[Laszlo-dev] QA - LPP-4553
André Bargull
a.bargull at intensis.de
Tue Oct 9 13:13:53 PDT 2007
I haven't got a Mac, so I cannot reproduce any issues under this
environment, but as far as I can tell by looking at my submitted patch,
compilation shouldn't be influenced in any manner.
Regarding "lpp-4553" - "DHTML FF 2.0.0.7 OS X 10.4.10":
Can you make sure tabbing does change focus by inserting the following
handler, because I needed to press two times "tab" to change focus in
DHTML Firefox2 XP (DHTML IE6 XP needed only one "tab"-press!).
The handler will print a status message every time focus changes.
[code]
<handler name="onfocus" args="v" reference="LzFocus" >
Debug.write("focus-view=%w", v);
</handler>
[/code]
So when focus changes, the focus-rect should appear on screen. (Should
we file a bug for the denoted focus problem in Firefox2?)
Regarding "lpp-4553a" - "DHTML IE7 XP SP2":
The handler-code prints a status message when focus changes, so pressing
multiple times in a row on the editfield won't print every time a message.
Clicking on the editfield, then on the button and finally a last time on
the editfield, should give the following output:
[debug]
focus-view=.field
focus-view=«lz.button»
focus-view=null
focus-view=.field
[/debug]
This works for me in DHTML Firefox2, IE6 and Opera9. If this does not
work in IE7, it could an indicator that focusing is partially broken for
IE7 (at least for LzInputtext). Steve, please verify and if it is
necessary, file a bug.
More information about the Laszlo-dev
mailing list