зеркало из https://github.com/mozilla/pjs.git
Fix for clearing saved form data using Clear Private Data (bug 333591). Patch by pamg, r+b181=me
This commit is contained in:
Родитель
98b0059d96
Коммит
61c7d71810
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче