[Sie-announce] SIEコード [1869]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 6月 1日 (火) 23:18:53 JST


Revision: 1869
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1869
Author:   dhrname
Date:     2010-06-01 23:18:53 +0900 (Tue, 01 Jun 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/06x/061/org/w3c/dom/svg.js

Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js	2010-06-01 13:51:00 UTC (rev 1868)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-06-01 14:18:53 UTC (rev 1869)
@@ -286,7 +286,13 @@
     if (tar.parentNode) {
       var evtt = tar.ownerDocument.createEvent("MutationEvents");
       evtt.initMutationEvent("DOMNodeInsertedIntoDocument", false, false, null, null, null, null, null);
-      tar.dispatchEvent(evtt);                          //描画を開始するために、dispatchEventメソッドを使う
+      evtt.target = tar;
+      var tce = tar._capter; //tceは登録しておいたリスナーのリスト
+      for (var j=0,tcli=tce.length;j<tcli;++j){
+        if (tce[j]) {
+          tce[j].handleEvent(evtt);
+        }
+      }
       evtt = null;
     }
     name = tar = null;




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