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

Key: LPP-4290
Type: Bug Bug
Status: Open Open
Priority: P1 P1
Assignee: Max Carlson
Reporter: Robert Yeager
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Floating list graphics for bottom cap look bad in IE7 DHTML

Created: 14/Jul/07 06:27 AM   Updated: Monday 12:19 PM
Component/s: Components - base
Affects Version/s: 4.0.3
Fix Version/s: 4.2.1

Time Tracking:
Not Specified

Severity: Minor
Runtime: N/A
Fix in hand: False


 Description  « Hide
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>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Robert Yeager - 14/Jul/07 06:28 AM
Forgot to mention that I didn't take a look at the top end cap for the floating list...might be affected as well.

P T Withington - 18/Jul/07 11:06 AM
Verify and assign to max

Josh Crowley - 19/Aug/07 11:39 PM
Verified, and am assigning to Max, per instructions in earlier comments.

André Bargull - 26/Jan/08 06:08 PM
Also see LPP-5382, this is a IE-bug.