[Mono-bugs] [Bug 436790] ComboBox.OnDrawItem() invoked with useless data
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 21 15:52:48 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=436790
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=436790#c2
--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2008-10-21 13:52:48 MDT ---
Created an attachment (id=246971)
--> (https://bugzilla.novell.com/attachment.cgi?id=246971)
Test Case
- Drop down list
- Close list by using the same down arrow
Net output:
DrawIndex: -1
DrawIndex: -1
DrawIndex: -1
DrawIndex: -1
DrawIndex: 0
DrawIndex: 1
DrawIndex: 2
DrawIndex: 3
DrawIndex: 4
DrawIndex: 5
DrawIndex: 6
DrawIndex: -1
DrawIndex: -1
DrawIndex: -1
DrawIndex: -1
DrawIndex: -1
Mono output:
DrawIndex: -1
DrawIndex: 0
DrawIndex: 1
DrawIndex: 2
DrawIndex: 3
DrawIndex: 4
DrawIndex: 5
DrawIndex: 6
DrawIndex: -1
DrawIndex: -1
DrawIndex: -1
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list