http://bugzilla.novell.com/show_bug.cgi?id=620324
http://bugzilla.novell.com/show_bug.cgi?id=620324#c0 Summary: ComboBox Format event not fired at the right time Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=374162) --> (http://bugzilla.novell.com/attachment.cgi?id=374162) Test case User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 See test case. It has 2 ComboBoxes, one has 3 items directly added to it, the other has its DataSource set to an array of 3 objects. Both have an event handler for their Format event. When you run the app: With .NET: the Format event of the first ComboBox has been fired 3 times, and the one of the second ComboBox 9 times. With Mono: the Format event of the first ComboBox has not been fired, and the one of the second ComboBox has been fired 2 times. Clicking on the first ComboBox to make the dropdown appear calls the Format event 3 times each time, which does not happen with .NET. Clicking on the second ComboBox does fire the Format event on both Mono and NET, but not the same way. PS: I don't know if other controls suffer from the same issue. Reproducible: Always -- Configure bugmail: http://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
