Closed
Bug 582187
Opened 15 years ago
Closed 8 years ago
formular autocomplete break :hover Effect
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: martinw1986, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
If a form is shown over a :hover effect, the autocomplete of a text input field breaks the :hover an let the form be hidden again.
Reproducible: Always
Steps to Reproduce:
1.get the mouse on the grey box
2.double click on the text field, if the autocomplete goes up select a value
1.get the mouse on the grey box
2.double click on the text field, if the autocomplete didnt goes up, type in a word and press send
3.get the mouse again on the grey box
4.double click on the text field, select the value you typed in before
Actual Results:
the container with the formular get hidden again
Expected Results:
I should select a value without the container get hidden again
Comment 1•15 years ago
|
||
Thanks for the testcase.
Reproducible on Mac as well:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b3pre) Gecko/20100728 Minefield/4.0b3pre
I agree that it is unusual to have the autocomplete suggestions showing when the form field has disappeared.
It seems like you don't want mouse events sent to the page when an autocomplete popup is displayed.
Status: UNCONFIRMED → NEW
Component: General → Autocomplete
Ever confirmed: true
Product: Firefox → Toolkit
QA Contact: general → autocomplete
Comment 2•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•