[Mono-bugs] [Bug 374663] Setting MdiParent crashes with Unhandled Exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 3 14:53:08 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=374663

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=374663#c2


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jpobst at novell.com
  Status Whiteboard|                                                |Control




--- Comment #2 from Jonathan Pobst <jpobst at novell.com>  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.


More information about the mono-bugs mailing list