Closed
Bug 295547
Opened 20 years ago
Closed 19 years ago
Clicking on a form control won't remove a text field's history popup
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: a.nielsen, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 If you're typing into a text box and a you start typing something you've typed in before, a popup/drop down list appears below the text box listing items you've previously typed into it. If you click outside the text field, the popup will go away - except if you end up clicking on another form control the popup keeps coming back and removing focus from the other control. This means that if you've typed in some text and then you want to select something from a <SELECT> control, you can't use the select control because the text-popup keeps coming back. Reproducible: Always Steps to Reproduce: 1. Find a web form with both a text field and a drop down box (http://www.google.com/advanced_search is one example.) 2. Type the word "testing" into the text box next to "with all of the words" then click the "Google Search" button. This will add the word "testing" to the text field's history. Once the search results have come up, press the Back button. 3. If you now delete the word "testing" from the text field and type in a "t", the history popup should appear listing the word "testing" which you had typed in previously. 4. If you now click on the "10 results" drop down box, you won't be able to make it actually drop down until you've removed the text-field-popup by some other means. Actual Results: The drop down box wouldn't drop down, because the text-field-popup kept popping up stopping the drop down list from actually dropping down. Expected Results: Clicking on the drop down list should cause the text-field-popup to go away, as happens when you click on the "Google Search" button instead. Actually, since this requires two clicks to perform the search (one to remove the text-field-popup, and another to actually click the button) it would be ideal if this could be combined so that clicking once on the button would remove the popup and perform the search, and likewise clicking once on the drop down list would remove the popup and drop the list down.
Comment 1•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050525 Firefox/1.0+ ID:2005052515
| Reporter | ||
Comment 2•20 years ago
|
||
Sorry, I should've mentioned it only seems to affect Linux, and maybe other non-Windows OSes - I've only tested it under Windows and Linux. I also experience this problem with a slightly older version of Firefox: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.6) Gecko/20050226 Firefox/1.0.1
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•