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

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2011年 1月 1日 (土) 17:43:48 JST


Revision: 2265
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2265
Author:   dhrname
Date:     2011-01-01 17:43:48 +0900 (Sat, 01 Jan 2011)

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


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

Modified: branches/06x/067/org/w3c/dom/svg.js
===================================================================
--- branches/06x/067/org/w3c/dom/svg.js	2011-01-01 08:31:11 UTC (rev 2264)
+++ branches/06x/067/org/w3c/dom/svg.js	2011-01-01 08:43:48 UTC (rev 2265)
@@ -5474,10 +5474,14 @@
   "opacity",
   "cursor"];
   if (isMSIE) {
-    /*IEのみ、font-sizeは自動で調整されているものを使った方がよい*/
-    fontSize = parseFloat(ti._tar.firstChild.currentStyle.fontSize);
+    var rand = "n" +Math.random();
+    ti._tar.firstChild.setAttribute("id", rand);
+    var titf = document.getElementById(rand);
+    /*IEのみ、font-sizeは自動で調整されている(つまり、DOMからよびだされた)ものを使った方がよい*/
+    fontSize = parseFloat(titf.currentStyle.fontSize);
     console.log(fontSize);
     fe = fontSize / em;
+    rand = titf = null;
   }
   if (/a/[-1] === 'a') { //Firefoxならば
     ds = true;




Sie-announce メーリングリストの案内
Zurück zum Archiv-Index