滚动编辑文本openlaszlo中的焦点问题

时间:2012-11-21 14:33:43

标签: openlaszlo lzx

我在DHTMl运行时遇到了scrolledittext的问题我正在使用firefox 16.0当我运行这个并触发onfocus事件时,我有以下代码整个文本被选中。任何想法为什么?

我正在使用Openlaszlo 5.0

<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>

0 个答案:

没有答案