[Laszlo-dev] Bug report
Paco Hernández
paco at hernandezgomez.com
Wed Jan 18 03:32:50 PST 2006
Hello,
We have upgraded from OpenLaszlo 3.1.1 to 3.2 nightly build 26-dec-05 to use the new LzContextMenu, but now the tabslider component doesn't work.
The bug may be checked in the following example:
<?xml version="1.0" encoding="iso-8859-1"?>
<canvas width="100%" height="100%">
<view>
<tabslider width="710" height="280">
<tabelement text="Tab 1" selected="true">
<view>
<edittext x="120" y="10"/>
<edittext x="320" y="10"/>
</view>
</tabelement>
<tabelement text="Tab 2">
</tabelement>
</tabslider>
</view>
</canvas>
If the first edittext field has the focus and you make click on the second edittext field in order to give it the focus, it doesn't work. It seems that there is an overlapping view corresponding to the tabelement header. ??
Thanks.
Best regards,
Paco Hernández.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://openlaszlo.org/pipermail/laszlo-dev/attachments/20060118/aa155afa/attachment-0001.html
More information about the Laszlo-dev
mailing list