Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [albireo-dev] AWT Modal Dialog handling changes

Hi Gordon,

> While testing, I noticed that AWT modal dialogs are getting hidden under 
> the SWT shell quite frequently under Gtk. The only solution I've found 
> so far is to selectively use java.awt.Window.setAlwaysOnTop(true) to 
> force the dialog  above the SWT shell. This property is set back to 
> false when focus is lost so that the dialog does not appear above other 
> application windows. I've committed this change as well.

Good, nice.

What was your recipe for reproducing the problem? On the surface
this seems to be the same problem as bug
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=169562
which could not be reproduced on Linux/Gtk, only on Solaris/Gtk. ??

Bruno


Back to the top