Fix for bug 75870 (XML namespace of XUL node attributes not accessible from JavaScript inside XUL templates). r=enndeakin, sr=bz.
This commit is contained in:
Родитель
b957dd795b
Коммит
d2354dffd7
|
@ -920,6 +920,7 @@ nsXULContentBuilder::CopyAttributesToElement(nsIContent* aTemplateNode,
|
|||
if (!value.IsEmpty()) {
|
||||
rv = aRealNode->SetAttr(attribNameSpaceID,
|
||||
attribName,
|
||||
name->GetPrefix(),
|
||||
value,
|
||||
aNotify);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче