
|
If you were logged in you would be able to see more operations.
|
|
|
OpenLaszlo
Created: 08/Jan/07 06:15 PM
Updated: 18/Jan/07 05:29 PM
|
|
| Component/s: |
LFC - CSS
|
| Affects Version/s: |
3.4
|
| Fix Version/s: |
3.4
|
|
| Severity: |
Major
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
test.lzx
<canvas>
<stylesheet src="test.css"/>
<view x="10" y="10" width="10" height="10" bgcolor="$style{'mycolor'}"/>
</canvas>
test.css:
view {
mycolor:#ffff00;
}
change test.css to specify a different mycolor and re-compile lzx app... notice the view is still yellow
touch test.lzx and re-compile: notice the color change
|
|
Description
|
test.lzx
<canvas>
<stylesheet src="test.css"/>
<view x="10" y="10" width="10" height="10" bgcolor="$style{'mycolor'}"/>
</canvas>
test.css:
view {
mycolor:#ffff00;
}
change test.css to specify a different mycolor and re-compile lzx app... notice the view is still yellow
touch test.lzx and re-compile: notice the color change |
Show » |
|
LPP-2733