Closed Bug 991717 Opened 10 years ago Closed 10 years ago

Element loses hover-state when Mouse enters Autocomplete-List

Categories

(Firefox :: Untriaged, defect)

28 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 935689

People

(Reporter: hauke.ubl, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36

Steps to reproduce:

In the example-code put a string into the input-field.
Submit by pressing enter.
Start typing the same string and mouseover the autocomplete-list.

<html>
<body>
<style type="text/css">
#square{background-color:red;width:200px;height:200px;padding:100px;margin:0 auto;}
#square:hover{background-color:green;}
</style>
<div id="square">
<form><input id="remember_me" name="remember_me" type="text"/></form>
</div>
</body>
</html>


Actual results:

The div id="square" loses the hover-state.


Expected results:

The div id="square" should keep the hover-state
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.