mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 823325 - Hide thumb when selected tab changes. r=mfinkle
This commit is contained in:
parent
e2220cf6e6
commit
9f66259322
@ -1874,6 +1874,10 @@ var SelectionHandler = {
|
||||
break;
|
||||
}
|
||||
case "Tab:Selected":
|
||||
if (this._activeType == this.TYPE_CURSOR) {
|
||||
this.hideThumb();
|
||||
}
|
||||
// fall through
|
||||
case "Window:Resize": {
|
||||
if (this._activeType == this.TYPE_SELECTION) {
|
||||
// Knowing when the page is done drawing is hard, so let's just cancel
|
||||
|
Loading…
Reference in New Issue
Block a user