svnno****@sourc*****
svnno****@sourc*****
2011年 2月 4日 (金) 23:39:05 JST
Revision: 2364
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2364
Author: dhrname
Date: 2011-02-04 23:39:05 +0900 (Fri, 04 Feb 2011)
Log Message:
-----------
コメントの追加
Modified Paths:
--------------
branches/07x/070/org/w3c/dom/events.js
Modified: branches/07x/070/org/w3c/dom/events.js
===================================================================
--- branches/07x/070/org/w3c/dom/events.js 2011-02-04 13:52:43 UTC (rev 2363)
+++ branches/07x/070/org/w3c/dom/events.js 2011-02-04 14:39:05 UTC (rev 2364)
@@ -141,6 +141,9 @@
throw new EventException(EventException.UNSPECIFIED_EVENT_TYPE_ERR);
}
if (!this.ownerDocument._isLoaded) {
+ /*以下では、画像の処理に時間がかかりそうな場合、処理落ちとして、遅延処理
+ *を行い、バッファリングにイベント送付処理をためていく作業となる
+ */
if (evt.type === "SVGLoad") {
this.ownerDocument._isLoaded = 1;
}