sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

JAVA Swing application's get delayed opening windows #151

Open sillysloft opened 20 years ago

sillysloft commented 20 years ago

When opening a window (or at least JOptionPanes, not sure about JFrames) in 0.9.4 there's a (terribly annoying) delay before it's content is shown. This behaviour is not present in 0.1.14.

The supplied class file demonstrates several JOptionPanes, which all suffers this delay under 0.9.4, but not under 0.1.14.

Reported by: fredrik_wendt

sillysloft commented 20 years ago

Original comment by: fredrik_wendt

sillysloft commented 20 years ago

Original comment by: rathnor

sillysloft commented 20 years ago

Logged In: YES user_id=603593

By golly it _was_ an annoying bug (to find). But it was found.

A ConfigureNotify wasn't being passed back to the client when fluxbox got a configureRequest event. AFAICT, java was waiting for this event (it is in the ICCCM spec), and eventually timed out.

Anyway, it should be fixed in CVS now. Thanks for your help with the test apps.

Original comment by: rathnor