Change 20080624-Philip-0 by [EMAIL PROTECTED] on 2008-06-24 15:08:01 EDT
in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: FF2/dhtml: Fix tabbing in grid_example
New Features:
Bugs Fixed: LPP-5844
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
LPP-5844 has more details. In non-IE/non-swf browsers, an additional
onmouseover event is sent when you tab from one cell to another. In
basegridrow, the onmouseover event disables focus for the line. This
messes up LzFocus when deciding the next item to focus.
Commenting out the line that disables focus has no negative effect on
grid. The onfocus events are only sent when you tab from one line to another.
LPP-6516 tracks the issue about the extra mouse event.
Tests:
Run grid_example in FF2/dhtml. Select a text cell and tab until the
next row is selected. Leave the mouse on the selected row.
Files:
M lps/components/base/basegridrow.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080624-Philip-0.tar