mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 715303 - Fire focus when clicking select elements. r=mfinkle
This commit is contained in:
parent
0e3ad63d23
commit
e785c9e153
@ -2587,6 +2587,7 @@ var FormAssistant = {
|
||||
let target = aTarget;
|
||||
while (target) {
|
||||
if (this._isSelectElement(target)) {
|
||||
target.focus();
|
||||
let list = this.getListForElement(target);
|
||||
this.show(list, target);
|
||||
target = null;
|
||||
|
Loading…
Reference in New Issue
Block a user