[Sie-announce] SIEコード [2182] チケット #21136の修正を取り込んだ

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 25日 (木) 20:40:36 JST


Revision: 2182
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2182
Author:   dhrname
Date:     2010-11-25 20:40:35 +0900 (Thu, 25 Nov 2010)

Log Message:
-----------
チケット #21136の修正を取り込んだ

Ticket Links:
:-----------
    http://sourceforge.jp/projects/sie/tracker/detail/21136

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

Property Changed:
----------------
    branches/06x/org/w3c/dom/svg.js

Modified: branches/06x/org/w3c/dom/svg.js
===================================================================
--- branches/06x/org/w3c/dom/svg.js	2010-11-25 11:35:16 UTC (rev 2181)
+++ branches/06x/org/w3c/dom/svg.js	2010-11-25 11:40:35 UTC (rev 2182)
@@ -1560,6 +1560,9 @@
       tar.viewport.left = 0;
       tar.viewport.width = objei.clientWidth;
       tar.viewport.height = objei.clientHeight;
+      if (tar.viewport.height < 24) { //IEの標準モードではclientHeightプロパティの値が小さくなることがある
+        tar.viewport.height = screen.width;
+      }
       var objw = objei.getAttribute("width"), objh = objei.getAttribute("height");
       if (objw) {
         tar.setAttributeNS(null, "width", objw);


Property changes on: branches/06x/org/w3c/dom/svg.js
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/ufltima/dom/svg.js:1621-1856
   + /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2181
/branches/ufltima/dom/svg.js:1621-1856




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