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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 27日 (月) 23:23:53 JST


Revision: 2255
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2255
Author:   dhrname
Date:     2010-12-27 23:23:53 +0900 (Mon, 27 Dec 2010)

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


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

Modified: branches/06x/org/w3c/dom/svg.js
===================================================================
--- branches/06x/org/w3c/dom/svg.js	2010-12-27 14:22:03 UTC (rev 2254)
+++ branches/06x/org/w3c/dom/svg.js	2010-12-27 14:23:53 UTC (rev 2255)
@@ -1326,11 +1326,12 @@
       var tar = evt.target;
       var s = tar.getElementsByTagNameNS("http://www.w3.org/2000/svg", "*");
       if (s) {
+        tar._currentStyle = tar._cacheMatrix = null; //キャッシュを消去
         var evtt = tar.ownerDocument.createEvent("MutationEvents");
         evtt.initMutationEvent("DOMNodeInsertedIntoDocument", false, false, null, null, null, null, null);
         for (var i=0,sli=s.length;i<sli;++i) {
           var di = s[i];
-          di._cacheMatrix = null; //キャッシュを消去
+          di._currentStyle = di._cacheMatrix = null;
           di.dispatchEvent(evtt);
           di = null;
         }




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