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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 22日 (水) 22:59:49 JST


Revision: 2236
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2236
Author:   dhrname
Date:     2010-12-22 22:59:49 +0900 (Wed, 22 Dec 2010)

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


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

Modified: branches/06x/066/org/w3c/dom/svg.js
===================================================================
--- branches/06x/066/org/w3c/dom/svg.js	2010-12-22 12:02:20 UTC (rev 2235)
+++ branches/06x/066/org/w3c/dom/svg.js	2010-12-22 13:59:49 UTC (rev 2236)
@@ -5467,7 +5467,7 @@
   "cursor"];
   if (isMSIE) {
     /*IEのみ、font-sizeは自動で調整されているものを使った方がよい*/
-    fontSize = parseFloat(ti._tar.style.fontSize);
+    fontSize = parseFloat(ti._tar.currentStyle.fontSize);
     fe = fontSize / em;
   }
   if (/a/[-1] === 'a') { //Firefoxならば




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