Closed
Bug 300346
Opened 19 years ago
Closed 15 years ago
Redraw errors after resizing a window containing an applet with 100% width and height
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: pjf33-bugzilla, Unassigned)
Details
(Whiteboard: closeme 2009-08-01)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
When using the HTML attached with the applet code:
import javax.swing.JApplet;
public class AppletTest extends JApplet
{
}
(An applet which does nothing other than be an applet)
When a non maximized browser window is resized to a smaller size by dragging the
bottom right corner, the window will sometimes be rendered incorrectly, with
errors including duplicate or absent status bars and scroll bars, missing title
bar and white gaps between components (not necessarily at the same time). If
the window is minimised via the taskbar and then redisplayed, it is rendered
correctly.
Reproducible: Sometimes
Steps to Reproduce:
1. Load test applet detailed above, into a window which is not maximized but is
reasonably large.
2. Click bottom right of window to enter resizing mode.
3. Drag the window to a smaller size.
The bug seems to be more likely to occur if the resize is done quickly. It also
seems to be less likely to occur if the window resized correctly previously, and
the page has not been refreshed since.
Actual Results:
Occasionally, the window will redraw incorrectly. An example of this can be seen
at http://www.srcf.ucam.org/~pjf33/firefoxResize.jpeg.
Expected Results:
Dedrawn the window correctly after resize.
Comment 4•19 years ago
|
||
Probably related to: Bug 112428 java applet view does not get redrawn correctly Bug 132978 Mozilla window shows trash when rescaling fullsize applet Bug 148958 applet won't resize Bug 165724 Java applet painted to wrong Moz window Bug 170810 Java applet display area erased incorrectly Bug 176333 Java-Applet-Panel overwrites the Mozilla-Menu-Bar Bug 190759 applet is not resizing after a window resize operation Bug 190877 Applet may paint anywhere and scramble screen Bug 266596 Java Applet resize: cannot enlarge (or shrink sometimes); ("native" panel is fixed size). Bug 272423 Java applet incorrectly painting
Comment 5•15 years ago
|
||
do you still see this problem? please update the bug with comment and/or close as appropriate. (bug has no comment since 2007-01-01)
Whiteboard: closeme 2009-08-01
Comment 6•15 years ago
|
||
No reply, INCO. Please reopen if you are seeing this in Firefox 3.5.2 or later in Firefox safe mode and a new profile with the latest plugins. http://support.mozilla.com/kb/Safe+Mode http://support.mozilla.com/kb/Profiles
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•