
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
Run the following program and observe that the bottom end cap of the floating list (open the combobox to see) looks bad in IE7 DHTML, but looks OK for FF DHTML and SWF. Looks like a transparency issue with the border that only occurs with IE7 DHTML:
<canvas id="maincanvas" width="100%" height="100%" validate="false" debug="false" proxied="false" bgcolor="white">
<debug x="650" y="200" width="800" height="400" fontsize="12"/>
<combobox x="50" y="75" min_width="200" shownitems="3">
<textlistitem>Text list item #1</textlistitem>
<textlistitem>Text list item #2</textlistitem>
<textlistitem>Text list item #3</textlistitem>
<textlistitem>Text list item #4</textlistitem>
<textlistitem>Text list item #5</textlistitem>
</combobox>
</canvas>
|
|
Description
|
Run the following program and observe that the bottom end cap of the floating list (open the combobox to see) looks bad in IE7 DHTML, but looks OK for FF DHTML and SWF. Looks like a transparency issue with the border that only occurs with IE7 DHTML:
<canvas id="maincanvas" width="100%" height="100%" validate="false" debug="false" proxied="false" bgcolor="white">
<debug x="650" y="200" width="800" height="400" fontsize="12"/>
<combobox x="50" y="75" min_width="200" shownitems="3">
<textlistitem>Text list item #1</textlistitem>
<textlistitem>Text list item #2</textlistitem>
<textlistitem>Text list item #3</textlistitem>
<textlistitem>Text list item #4</textlistitem>
<textlistitem>Text list item #5</textlistitem>
</combobox>
</canvas>
|
Show » |
|