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

Key: LPP-4254
Type: Bug Bug
Status: RetestBranch RetestBranch
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: Robert Yeager
Votes: 0
Watchers: 0
Operations

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

Combobox items not reliably responding to mouse clicks for SWF and DHTML R5599

Created: 06/Jul/07 02:58 PM   Updated: 04/Sep/07 12:29 PM
Component/s: Components - base
Affects Version/s: 4.0.3
Fix Version/s: 4.0.3

Time Tracking:
Not Specified

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


 Description  « Hide
This sample demonstrates that the combobox items are not reliably responding to clicks in nightly build R5599. Try selecting items from the list, and observe that not every click is registered for both SWF and DHTML.

<canvas id="maincanvas" width="100%" height="100%" validate="false" debug="false" proxied="false" bgcolor="0xEFF1E8">
<debug x="650" y="200" width="800" height="400" fontsize="12"/>
<combobox x="100" y="100" min_width="200">
<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>
<textlistitem>Text list item #6</textlistitem>
<textlistitem>Text list item #7</textlistitem>
<textlistitem>Text list item #8</textlistitem>
<textlistitem>Text list item #9</textlistitem>
<textlistitem>Text list item #10</textlistitem>
</combobox>
</canvas>

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mamye Kratt - 16/Jul/07 03:01 PM
Close since frisco verified it was fixed.