[Sie-announce] SIEコード [2264] 関数NAIBU . _noie_createFontを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 1月 1日 (土) 17:31:12 JST


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

Log Message:
-----------
関数NAIBU._noie_createFontを修正

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	2010-12-29 14:28:22 UTC (rev 2263)
+++ branches/06x/067/org/w3c/dom/svg.js	2011-01-01 08:31:11 UTC (rev 2264)
@@ -5475,7 +5475,8 @@
   "cursor"];
   if (isMSIE) {
     /*IEのみ、font-sizeは自動で調整されているものを使った方がよい*/
-    fontSize = parseFloat(ti._tar.currentStyle.fontSize);
+    fontSize = parseFloat(ti._tar.firstChild.currentStyle.fontSize);
+    console.log(fontSize);
     fe = fontSize / em;
   }
   if (/a/[-1] === 'a') { //Firefoxならば




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