[Sie-announce] SIEコード [3080] IE6でtext要素とtspan要素のエラーを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 11月 8日 (火) 21:38:38 JST


Revision: 3080
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3080
Author:   dhrname
Date:     2011-11-08 21:38:38 +0900 (Tue, 08 Nov 2011)

Log Message:
-----------
IE6でtext要素とtspan要素のエラーを修正

Modified Paths:
--------------
    trunk/sie.js

Modified: trunk/sie.js
===================================================================
--- trunk/sie.js	2011-11-08 12:26:39 UTC (rev 3079)
+++ trunk/sie.js	2011-11-08 12:38:38 UTC (rev 3080)
@@ -6545,7 +6545,7 @@
           ttt += tft[i].innerText;
           tft[i].style.display = "none";
         }
-        tft[0].innerText = ttt;
+        tft[0].replaceChild(_doc.createTextNode(ttt), tft[0].firstChild);
         ttt = tft = void 0;
       }
       var isRect = true;




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