我在我的应用程序中使用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运行时中的错误?
答案 0 :(得分:1)
看起来像已知的错误,已经提交:
http://jira.openlaszlo.org/jira/browse/LPP-10260或http://jira.openlaszlo.org/jira/browse/LPP-10217
http://jira.openlaszlo.org/jira/browse/LPP-10303,您提交的JIRA可能是LPP-10260或LPP-10217的副本。