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

Key: LPP-2694
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P2 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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Frisco Del Rosario - 27/Sep/06 06:19 PM
$style{'align'} no longer spits a compiler warning.

P T Withington - 20/Nov/06 05:12 AM
To QA for verification