Bug 602434 - urlbar disappears when opening the edit bookmarks dialog and the softkb popping up [r=vingtetun]

This commit is contained in:
Wesley Johnston 2010-10-14 19:26:58 +02:00
parent a7d9cbc04b
commit 63a38e22e8

View File

@ -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