|
|
|
Tabbing does not work properly in swf9:
- start app in debug-mode - click in first row on entry "Chep" - tab thrice Expected: - radiogroup is focused Actual: - debug input is focused Henry checked in my focus-fix at rev. #11257, here's the original check-in message:
--- Change 20080927-bargull-8Fo by bargull@dell--p4--2-53 on 2008-09-27 17:56:31 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: fix swf9 focusing New Features: Bugs Fixed: Technical Reviewer: hminsky QA Reviewer: mamye Doc Reviewer: (pending) Documentation: Release Notes: Details: Disabling flash focusing for flash textfields, because it conflicts with our focus system. Tests: grid-example: tab through the grid-entries Files: M WEB-INF/lps/lfc/kernel/swf9/LzTextSprite.as --- ------------------------------------------------------------------------
r11262 | bargull | 2008-09-28 13:29:13 +0200 (Sun, 28 Sep 2008) | 34 lines Ge?\195?\164nderte Pfade: M /openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as M /openlaszlo/trunk/examples/components/grid_example.lzx M /openlaszlo/trunk/lps/components/lz/gridtext.lzx Change 20080927-bargull-SVC by bargull@dell--p4--2-53 on 2008-09-27 15:37:52 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: fix swf9 sprite clickability New Features: Bugs Fixed: Technical Reviewer: hminsky QA Reviewer: mamye Doc Reviewer: (pending) Documentation: Release Notes: Details: the clickbutton needs to be placed behind all child-sprites ( so it's now placed at the 0th position. grid_example.lzx: - use short form for init-handler (not a required change) - use strings when assigning values to workdef/homedef (avoids swf8 debug-info) gridtext.lzx: - change attribute type to "node" (not a required change) Tests: testcase at grid example ( ------------------------------------------------------------------------ (trunk sdk build r11375)
(4.2b2 build r11374) Can now edit fields and select radio buttons. Other problems still exist, i.e. cursor does not follow tab |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
r11224 | bargull | 2008-09-25 15:19:48 +0200 (Thu, 25 Sep 2008) | 26 lines
Ge?\195?\164nderte Pfade:
M /openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
Change 20080925-bargull-ZHa by bargull@dell--p4--2-53 on 2008-09-25 11:11:11
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: grid example for swf9
New Features:
Bugs Fixed:
LPP-7058Technical Reviewer: henry
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Don't add property if value is undefined, also compare to addProperty in Class.lzs
(This fixes only the AS3 runtime error in the example, focusing is still broken)
Tests:
------------------------------------------------------------------------