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



Bruno Haible wrote:

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. ??

This happens with the actions in the "Dialogs" menu contributed by our examples plug-in.

In these examples, the Swing dialog has either a null parent or a parent frame as returned by AwtEnvironment.createDialogParentFrame(). While the latter case is an XEmbeddedFrame, it is a strange case because it has a size of 0x0 and it is not visible... so that may be why I have seen the problem on Linux/Gtk.




Back to the top