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

Key: LPP-3752
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P1 P1
Assignee: Henry Minsky
Reporter: Geert Bevin
Votes: 0
Watchers: 0
Operations

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

Constraints don't seem to fully work

Created: 21/Mar/07 02:38 PM   Updated: 27/Mar/07 11:18 PM
Component/s: Compiler - JavaScript
Affects Version/s: 4.0.0
Fix Version/s: 4.0.2

Time Tracking:
Not Specified

File Attachments: 1. File baseslider.lzx (11 kb)

Environment: MacOSX Firefox 2

Severity: Minor
Fixed in Change#: 4,455
Runtime: N/A
Fix in hand: False


 Description  « Hide
This code doesn't work on the DHTML renderer:
<canvas>
  <view id="v1" width="${sl.value}" height="50" bgcolor="#000066"/>
  <view id="v2" x="${v1.width}" width="${sl.width - v1.width}" height="50" bgcolor="#999999"/>
  <slider id="sl" y="${v1.height + thumbheight}" maxvalue="${width}" width="300"/>
</canvas>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Grandy - 21/Mar/07 03:00 PM
Order of evaluation issue?

Henry Minsky - 22/Mar/07 06:49 AM
attached is a fix for baseslider.lzx, will be checked in after review

Henry Minsky - 22/Mar/07 07:10 AM
max is reviewing

Henry Minsky - 22/Mar/07 07:10 AM
actually, josh is reviewing

Henry Minsky - 26/Mar/07 08:00 AM
checks for null before references to proeprties to make dhtml happy

Henry Minsky - 26/Mar/07 11:48 AM
user reports that fix works

Geert Bevin - 27/Mar/07 11:18 PM
I confirm that the fix work, thanks!