[Laszlo-dev] For Review: Change 20090304-bargull-D5b Summary: inputtext loses focus in dhtml
André Bargull
andre.bargull at udo.edu
Wed Mar 4 05:46:11 PST 2009
Change 20090304-bargull-D5b by bargull at dell--p4--2-53 on 2009-03-04 14:30:47
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: inputtext loses focus in dhtml
New Features:
Bugs Fixed: LPP-7796 (Tab does not navigate between inputtext and
edittext component in DHTML)
Technical Reviewer: max
QA Reviewer: mdemmon
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
The relatedTarget of the mouseout-event may point to anonymous div of
the input-element in Firefox. This is a Firefox specific bug reported at
https://bugzilla.mozilla.org/show_bug.cgi?id=208427.
To workaround this issue, I've added a new quirk
"inputtext_anonymous_div" for Firefox. If the quirk is enabled, check
"parentNode" of the relatedTarget which will cause a security exception
if we got the anonymous div (we can't really do anything else here!).
Tests:
testcases at bugreport
Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20090304-bargull-D5b.tar
More information about the Laszlo-dev
mailing list