mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 897590 - Metro Find bar disappears on keydown [r=ally]
This commit is contained in:
parent
c73d42317c
commit
76ea2cf7d6
@ -96,11 +96,13 @@ var FindHelperUI = {
|
||||
this.goToNext();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case "MozAppbarShowing":
|
||||
if (aEvent.target != this._container) {
|
||||
this.hide();
|
||||
}
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user