зеркало из https://github.com/mozilla/gecko-dev.git
Bug 205872 domNode viewer should use one dialog for setting new/editing attributes
Fix for disappearing attribute bug patch by comrade693@gmail.com r=timeless sr=neil
This commit is contained in:
Родитель
e54e283641
Коммит
554bebcdf0
|
@ -474,7 +474,7 @@ cmdEditEdit.prototype =
|
|||
if (out.accepted) {
|
||||
this.subject = viewer.subject;
|
||||
this.newValue = out.value;
|
||||
this.newNamespaceURI = out.namespaceURI;
|
||||
this.newNamespaceURI = out.namespaceURI || null;
|
||||
this.previousValue = attr.nodeValue;
|
||||
this.previousNamespaceURI = attr.namespaceURI;
|
||||
if (this.previousNamespaceURI == this.newNamespaceURI) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче