← Back to team overview

openjdk team mailing list archive

[Bug 358316] [NEW] Draw order causes panels to be obscured on Window resize

 

Public bug reported:

apt-cache policy openjdk-6-jre
openjdk-6-jre:
  Installed: 6b14-1.4.1-0ubuntu4
  Candidate: 6b14-1.4.1-0ubuntu4

When using a Volano chat applet, resizing chat-room windows causes
panels to be obscured by the 'background' since it doesn't scale
(remains static) and appears in front of the panels.

To reproduce this there is a Volano demo applet at
http://www.volano.com/chat.html

Start the chat applet, set "Your Name" and enter any chat 'room'. Resize
(enlarge) the resulting Window. The active panels inside the window
scale and relocate correctly but the 'background' (some combination of
Panel objects possibly) remain in their original positions and obscure
the active elements because they are apparently 'in front'.

I wonder if this is a case of an incorrectly inverted draw order of some
form, although I doubt it's a common one else other Java applications
would exhibit similar issues.

I thought it might be related to bug #282626 "applet window unable to
resize" but that is marked 'Fix Released'.

This doesn't affect Sun Java.

** Affects: openjdk-6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Draw order causes panels to be obscured on Window resize
https://bugs.launchpad.net/bugs/358316
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” source package in Ubuntu: New

Bug description:
apt-cache policy openjdk-6-jre
openjdk-6-jre:
  Installed: 6b14-1.4.1-0ubuntu4
  Candidate: 6b14-1.4.1-0ubuntu4

When using a Volano chat applet, resizing chat-room windows causes panels to be obscured by the 'background' since it doesn't scale (remains static) and appears in front of the panels.

To reproduce this there is a Volano demo applet at http://www.volano.com/chat.html

Start the chat applet, set "Your Name" and enter any chat 'room'. Resize (enlarge) the resulting Window. The active panels inside the window scale and relocate correctly but the 'background' (some combination of Panel objects possibly) remain in their original positions and obscure the active elements because they are apparently 'in front'.

I wonder if this is a case of an incorrectly inverted draw order of some form, although I doubt it's a common one else other Java applications would exhibit similar issues.

I thought it might be related to bug #282626 "applet window unable to resize" but that is marked 'Fix Released'.

This doesn't affect Sun Java.



Follow ups

References