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:
timeless%mozdev.org 2006-09-08 15:23:15 +00:00
Родитель e54e283641
Коммит 554bebcdf0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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