http://bugzilla.novell.com/show_bug.cgi?id=601703 http://bugzilla.novell.com/show_bug.cgi?id=601703#c0 Summary: the modal dialog allow the main window to cover it Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: bluedzins@wp.pl QAContact: qa@suse.de Found By: --- Blocker: --- Main window + modal dialog. Normally in such case: a) main window is not accessible (you cannot switch any widget) b) modal dialog is on top of main window c) dialog first, window second -- meaning you cannot do anything with window (, (like resize) until dialog is closed ad.a) ok, it works ad.b) it does not work ad.c) it does not work (c) not-working can be actually useful, but (b) not working is a major bug in UI, since once user move the main window (because it is possible now) she/he can cover the dialog and run into problems with closing it (it is now not visible). Steps: 1. create gtk# application 2. add a button to the main window 3. create new item -> gtk# dialog 4. set modal in dialog properties 5. create event handler for the button (2) 6. type in something like var dlg = new MyDialogAddedIn3(); dlg.Show(); 7. compile, run, observe -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.