[Sie-announce] SIEコード [1776] getAttributeNodeNSメソッドの修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 4月 4日 (日) 00:17:15 JST


Revision: 1776
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1776
Author:   dhrname
Date:     2010-04-04 00:17:15 +0900 (Sun, 04 Apr 2010)

Log Message:
-----------
getAttributeNodeNSメソッドの修正

Modified Paths:
--------------
    branches/ufltima/dom/events.js

Modified: branches/ufltima/dom/events.js
===================================================================
--- branches/ufltima/dom/events.js	2010-04-03 15:16:38 UTC (rev 1775)
+++ branches/ufltima/dom/events.js	2010-04-03 15:17:15 UTC (rev 1776)
@@ -307,6 +307,9 @@
   }
   var s = this.attributes.setNamedItemNS(newAttr);
   newAttr.ownerElement = this;
+  if (newAttr.localName === "id") {                   //id属性であったならば
+    this.ownerDocument._id[newAttr.nodeValue] = this; //ドキュメントに登録しておく
+  }
   /*ここから*/
   var evt = this.ownerDocument.createEvent("MutationEvents");
   if (!s) { //ノードがすでにあるならば




Sie-announce メーリングリストの案内
Back to archive index