hi-

i have a simple app that i load in openlaszlo (4.9.0):

====
<canvas width="100%" height="100%">
        <simplelayout axis="x" spacing="10"/>
        <edittext name="text1"/>
        <edittext name="text2"/>
        <edittext name="text3"/>
</canvas>
===

when i click on the first editext, the virtual keyboard comes up, and i type 
some text and press the "next" button, but instead of tabbing to the 2nd 
edittext, it hides the keyboard.  shouldn't it switch focus to the 2nd 
edittext?  is there any work-around for this?

thanks,
augusto.

Reply via email to