https://bugzilla.novell.com/show_bug.cgi?id=374663
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=374663#c2 Jonathan Pobst <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status Whiteboard| |Control --- Comment #2 from Jonathan Pobst <[EMAIL PROTECTED]> 2008-04-03 12:53:07 MST --- This is most likely due to Show/Hide not being synchronous on Linux. On Windows, Form.Show () will not return until the Form is actually visible. On Linux, we send the command to show the form, but it does not wait until the form is actually shown. So if you show and hide things really quickly, the state can get out of sync. This is a long standing issue that we don't know if it is fixable. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
