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

Key: LPP-5344
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: -- --
Assignee: Max Carlson
Reporter: notzippy
Votes: 0
Watchers: 0
Operations

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

Stretches does not work in 4.X line

Created: 09/Jan/08 10:13 AM   Updated: 09/Jan/08 10:27 AM
Component/s: Components - all
Affects Version/s: 4.0.5WaffleCone, RingDing (4.1)
Fix Version/s: None

Time Tracking:
Not Specified

Environment: win xp

Severity: Critical
Runtime: N/A
Fix in hand: False


 Description  « Hide
Test case
<canvas height="500" width="500">
  <view width="200" height="100" bgcolor="red" stretches="both">
    <view width="30" height="30" bgcolor="blue">
      <text text="this is a test"/>
    </view>
  </view>
</canvas>

Expected result: Blue area stretched over red
This only works in the 3.X line
Oddly enough if you set the source in the stretched view (view.setSource('someImage')) the view then behaves properly


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 09/Jan/08 10:27 AM
Duplicate of LPP-4684.