mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 602434 - urlbar disappears when opening the edit bookmarks dialog and the softkb popping up [r=vingtetun]
This commit is contained in:
parent
a7d9cbc04b
commit
63a38e22e8
@ -1608,6 +1608,7 @@ var BookmarkHelper = {
|
||||
BrowserUI.pushPopup(this, this._panel);
|
||||
|
||||
let self = this;
|
||||
BrowserUI.lockToolbar();
|
||||
Browser.forceChromeReflow();
|
||||
self._editor.startEditing();
|
||||
},
|
||||
@ -1617,6 +1618,7 @@ var BookmarkHelper = {
|
||||
},
|
||||
|
||||
hide: function BH_hide() {
|
||||
BrowserUI.unlockToolbar();
|
||||
BrowserUI.updateStar();
|
||||
|
||||
// Note: the _editor will have already saved the data, if needed, by the time
|
||||
|
Loading…
Reference in New Issue
Block a user