[Sie-announce] SIEコード [2380] チケット #24233「text要素の中のa要素のテキストの一文字目が表示されない」を修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 10日 (木) 22:31:17 JST


Revision: 2380
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2380
Author:   dhrname
Date:     2011-02-10 22:31:17 +0900 (Thu, 10 Feb 2011)

Log Message:
-----------
チケット #24233「text要素の中のa要素のテキストの一文字目が表示されない」を修正

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

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

Modified: branches/07x/070/org/w3c/dom/svg.js
===================================================================
--- branches/07x/070/org/w3c/dom/svg.js	2011-02-09 11:56:52 UTC (rev 2379)
+++ branches/07x/070/org/w3c/dom/svg.js	2011-02-10 13:31:17 UTC (rev 2380)
@@ -3893,7 +3893,7 @@
           } else if ((ti.localName === "a") && (ti.namespaceURI === "http://www.w3.org/2000/svg") && ti.firstChild) {
             ttp = ti._tar;
             ti = ti.firstChild;
-            --i;
+            i-=2;
           }
         }
       }




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