mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 04:22:56 +00:00
Bug 314386: Tabbing or arrowing in an autocomplete popup ignores entry position at mouse pointer, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor
This commit is contained in:
parent
2e57557bb0
commit
9afd27d622
@ -786,7 +786,6 @@
|
||||
</implementation>
|
||||
|
||||
<handlers>
|
||||
<handler event="mouseout" action="this.parentNode.currentIndex = -1;"/>
|
||||
<handler event="mouseup" action="this.parentNode.parentNode.onPopupClick(event);"/>
|
||||
|
||||
<handler event="mousedown"><![CDATA[
|
||||
|
Loading…
x
Reference in New Issue
Block a user