アプリケーションでscrolledittextクラスを使用していますが、このクラスはOL swfランタイムでは完全に正常に機能していますが、DHTMLランタイムでは機能していません。scrolledittextを入力しているときに、アクティブ化されたスクロールバーが表示されません。
私は次のコードを使用しています
<canvas>
<include href="incubator/scrolledittext.lzx" />
<include href="lz/vscrollbar.lzx"/>
<include href="incubator/newvscrollbar.lzx"/>
<include href="incubator/newvscrollbar_resources.lzx"/>
<button name="text">
<handler name="onclick">
canvas.sp.inp.onfocus.sendEvent();
</handler>
</button>
<scrolledittext name="sp" x="50" y="50"
height="300"
width="400"
focusable="true"
>
</scrolledittext>
</canvas>
私は何かが足りないのですか、それともこれはDHTMLランタイムのバグですか?