
| Key: |
LPP-5344
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Duplicate
|
| Priority: |
--
|
| Assignee: |
Max Carlson
|
| Reporter: |
notzippy
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
OpenLaszlo
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
|
|
| Severity: |
Critical
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
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
|
|
Description
|
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
|
Show » |
|