2

我在我的应用程序中使用了 scrolledittext 类,该类在 OL swf 运行时中运行良好,但在 DHTML 运行时中却没有。当我输入滚动编辑文本时,我看不到激活的滚动条。

我正在使用以下代码

<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 运行时中的错误?

4

1 回答 1

1

看起来像一个已知的错误,已经提交:

http://jira.openlaszlo.org/jira/browse/LPP-10260http://jira.openlaszlo.org/jira/browse/LPP-10217

http://jira.openlaszlo.org/jira/browse/LPP-10303,您提交的 JIRA 发布的可能是 LPP-10260 或 LPP-10217 的副本。

于 2012-11-24T15:58:14.297 回答