History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-7058
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P0 P0
Assignee: Unassigned
Reporter: Mamye Kratt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

SWF9: General Components: Data Grid: Cannot edit fields or select radio buttons

Created: 24/Sep/08 07:33 PM   Updated: 08/Oct/08 11:13 AM
Component/s: Components - base
Affects Version/s: HoneyDew (4.2b2)
Fix Version/s: HoneyDew (4.2b2)

Time Tracking:
Not Specified

Environment: OS X/SAF3

Severity: Minor
Fixed in Change#: 11,262
Fixed in branch: trunk
Runtime: N/A
Fix in hand: False


 Description  « Hide
(trunk 4 build r1185)

Open examples/components/grid_example.lzx?lzr=swf9
Try to edit names or select radio buttons

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
André Bargull - 25/Sep/08 06:20 AM
------------------------------------------------------------------------
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-7058

Technical 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:


------------------------------------------------------------------------

André Bargull - 25/Sep/08 06:28 AM
See also LPP-6943

Amy Muntz - 25/Sep/08 07:55 AM
Andre - thanks for taking care of this!

André Bargull - 27/Sep/08 05:46 AM
Works after LPP-7079 is resolved.

André Bargull - 27/Sep/08 07:01 AM
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

André Bargull - 28/Sep/08 04:24 AM
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: LPP-7058

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
---

André Bargull - 28/Sep/08 04:30 AM
------------------------------------------------------------------------
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: LPP-7079, LPP-7058, LPP-6943

Technical Reviewer: hminsky
QA Reviewer: mamye
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
the clickbutton needs to be placed behind all child-sprites (LPP-7079),
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 LPP-7079
grid example (LPP-7058, LPP-6943)


------------------------------------------------------------------------

Mamye Kratt - 08/Oct/08 11:13 AM
(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