1

DHTMlランタイムのscrolledittextに問題があります。Firefox16.0を使用しています。これを実行してonfocusイベントをトリガーすると、次のコードが表示され、テキスト全体が選択されます。理由は何ですか。

Openlaszlo5.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>
4

0 に答える 0