Share

QuickReflector

Tracker: Bugs

9 ext:include で固まる(ページロード中となる) - ID: 1985974
Last Update: Comment added ( serenexp )

index.html から bodyheader.html
をインクルードしようとすると、
ページがロード中になって固まります。

1.同じフォルダをインクルード
<span ext:include="bodyheader.html"/>

2.commonフォルダのファイルをインクルード
<span ext:include="common/bodyheader.html"/>
<span ext:include="../common/bodyheader.html"/>
<span ext:include="./common/bodyheader.html"/>
<span ext:include="/common/bodyheader.html"/>
<span ext:include="common/bodyheader.html"/>


bodyheader.html に
<div ext:wrap="false">
</div>
と空定義してもだめでした。


Akihiko Monden ( akkii_206 ) - 2008-06-06 02:32

9

Closed

Fixed

Kenta Koga

None

v1.1

Public


Comments ( 2 )




Date: 2008-06-15 22:43
Sender: serenexpProject Admin


1.1の出力処理のバグです。対処済みです。


Date: 2008-06-06 04:56
Sender: akkii_206Project Admin


インクルードされたかどうかに限らず、半角スペースと&nbsp;をつなげると固まるようです。

[固まる](&nbsp; の前に半角スペース1つ有)
<html>
<body>
&nbsp;
</body>
</html>

[固まらない](&nbsp; の前に半角スペース無し)
<html>
<body>
&nbsp;
</body>
</html>


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2008-06-15 22:43 serenexp
resolution_id None 2008-06-15 22:43 serenexp
close_date - 2008-06-15 22:43 serenexp
priority 5 2008-06-06 02:32 akkii_206