History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
LPP-2694
Type:
Bug
Status:
Resolved
Resolution:
Fixed
Priority:
P2
Assignee:
Mamye Kratt
Reporter:
Frisco Del Rosario
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
OpenLaszlo
Compiler error on $style{'align'}
Created:
15/Sep/06 03:15 PM
Updated:
20/Nov/06 05:12 AM
Component/s:
LFC - CSS
Affects Version/s:
3.4
Fix Version/s:
3.4
Time Tracking:
Not Specified
Severity:
Minor
Runtime:
N/A
Fix in hand:
False
Description
« Hide
<canvas height="200" width="200">
<stylesheet>
#left {
align: "left";
bgcolor: "0xFFFF00";
}
</stylesheet>
<class name="myBox" >
<view name="blue" width="100" height="50" bgcolor="0x0000FF">
<view name="inside" width="50" height="50" bgcolor="$style{'bgcolor'}" align="$style{'align'}" />
</view>
</class>
<myBox id="left" />
</canvas>
gets this compiler warning: bad value for attribute "align"
Perhaps the same as
LPP-2639
and
LPP-2640
.
Description
<canvas height="200" width="200"> <stylesheet> #left { align: "left"; bgcolor: "0xFFFF00"; } </stylesheet> <class name="myBox" > <view name="blue" width="100" height="50" bgcolor="0x0000FF"> <view name="inside" width="50" height="50" bgcolor="$style{'bgcolor'}" align="$style{'align'}" /> </view> </class> <myBox id="left" /> </canvas> gets this compiler warning: bad value for attribute "align" Perhaps the same as
LPP-2639
and
LPP-2640
.
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permlink
|
« Hide
]
Frisco Del Rosario
-
27/Sep/06 06:19 PM
$style{'align'} no longer spits a compiler warning.
[
Show »
]
Frisco Del Rosario
-
27/Sep/06 06:19 PM
$style{'align'} no longer spits a compiler warning.
[
Permlink
|
« Hide
]
P T Withington
-
20/Nov/06 05:12 AM
To QA for verification
[
Show »
]
P T Withington
-
20/Nov/06 05:12 AM
To QA for verification