зеркало из https://github.com/mozilla/gecko-dev.git
Fix for clearing saved form data using Clear Private Data (bug 333591). Patch by pamg, r+b181=me
This commit is contained in:
Родитель
fcb9bdf29b
Коммит
869ff5b4c7
|
@ -158,9 +158,9 @@ Sanitizer.prototype = {
|
|||
while (windows.hasMoreElements()) {
|
||||
var searchBar = windows.getNext().document.getElementById("searchbar");
|
||||
if (searchBar) {
|
||||
searchBar.mTextbox.value = "";
|
||||
searchBar.mTextbox.editor.enableUndo(false);
|
||||
searchBar.mTextbox.editor.enableUndo(true);
|
||||
searchBar.textbox.value = "";
|
||||
searchBar.textbox.editor.enableUndo(false);
|
||||
searchBar.textbox.editor.enableUndo(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче