
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
baseslider.lzx (11 kb)
|
|
Environment:
|
MacOSX Firefox 2
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
4,455
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
This code doesn't work on the DHTML renderer:
<canvas>
<view id="v1" width="${sl.value}" height="50" bgcolor="#000066"/>
<view id="v2" x="${v1.width}" width="${sl.width - v1.width}" height="50" bgcolor="#999999"/>
<slider id="sl" y="${v1.height + thumbheight}" maxvalue="${width}" width="300"/>
</canvas>
|
|
Description
|
This code doesn't work on the DHTML renderer:
<canvas>
<view id="v1" width="${sl.value}" height="50" bgcolor="#000066"/>
<view id="v2" x="${v1.width}" width="${sl.width - v1.width}" height="50" bgcolor="#999999"/>
<slider id="sl" y="${v1.height + thumbheight}" maxvalue="${width}" width="300"/>
</canvas>
|
Show » |
|