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

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

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

dhtml/swf: Window is missing in Date Picker component

Created: 17/Aug/07 01:17 PM   Updated: 12/Sep/07 01:07 PM
Component/s: Components - base
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Environment:
XP,FF, dhtml, swf
Linux, FF, dhtml, swf

Severity: Minor
Fixed in Change#: 6,371
Runtime: N/A
Fix in hand: False


 Description  « Hide
(wafflecone branch build r6096 - XP and Linux installer)

Select Components menu in Laszlo-Explorer
Select Form Components menu
Select Date Picker from menu
Click on icon to expand Date Picker
Compare to bottom Date Picker

Result:
Bottom Date Picker is missing the window

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Philip Romanik - 05/Sep/07 05:42 PM
Change 20070905-Philip-6 by Philip@Philip-DC on 2007-09-05 16:30:18 EDT
   in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/wafflecone
   for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Fix datepicker

New Features:

Bugs Fixed: LPP-4520

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
If a datepicker is created open (ie. not as an icon), the window component was not displayed correctly. I tracked this down to when the visibility code was changed (r5014). Since the windowpanel has a datapath, it defaults to "collapse". However, there isn't any code to set it to visible. My fix is to set the windowpanel to "visible=true" so that it opens and displays properly.

Tests:
http://localhost:8080/wafflecone/examples/components/datepicker_example.lzx
Works in swf and dhtml.

Files:
M lps/components/lz/datepicker.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070905-Philip-6.tar

Mamye Kratt - 12/Sep/07 01:07 PM
(wafflecone branch build r6430)

Fixed.