我在我的应用程序中使用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运行时的一个bug?
发布于 2012-11-24 23:58:14
看起来像一个已知的bug,已经被归档了:
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的复制品。
https://stackoverflow.com/questions/13538481
复制相似问题