php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26303 Clicking on item in autocompletion list doesn't function
Submitted: 2003-11-18 11:32 UTC Modified: 2003-11-18 12:35 UTC
From: james at eddison dot net Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: james at eddison dot net
New email:
PHP Version: OS:

 

 [2003-11-18 11:32 UTC] james at eddison dot net
Description:
------------
the function auto completion feature on php.net promises to be excellent.  This might not be a bug, but its operation is not as I expected intuitively.

Expected result:
----------------
If I enter for example 'int' and want to look up the intval function, it appears quite low down the list.  Moving a mouse over the list gives the appearance (reinforced by the links appearing in the status bar) that the items in the list should be clickable.  

Actual result:
--------------
Clicking on an item in the list produces no result.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-18 11:57 UTC] didou@php.net
Can you tell us what OS/Browser are you running ?

didou
 [2003-11-18 12:35 UTC] goba@php.net
Well, this is 'intended' behaviour, and was reported in previous bug reports. The layer need to be removed if someone does not want to work with the function list anymore. Currently the script is too dumb to know that you actually clicked into the dropdown, and removes the dropdown in every case when the input field loses focus. As we expected this feature to be used by keyboard oriented people, we have not taken this problem into account enough. It will probably be fixed in the next version of the script.

Marking the bug bogus, because a bug is alredy open containing this problem (and more).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 15:01:31 2024 UTC