JDK-4861821 : resize of browser window does not resize the applet
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.1_02
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2003-05-09
  • Updated: 2003-05-12
  • Resolved: 2003-05-12
Related Reports
Duplicate :  
Description
Resize of browser window does not resize the applet . This is
observed  in Netscape 7.0 Solaris with JPI 1.4.1_02. Looks like when the
browser  got resized, the resize method of applet didn't get called. The
JFrame window doesn't have problem.

Comments
EVALUATION The resize problem has been addressed in bug 4798569. When the browser resize gets called, the applet resize will get called as well. Please test the latest build of JRE (1.4.2 b23), it should be fixed. If you want the applet has the proportional width with the browser, it is better to use relative width and height. ###@###.### 2003-05-12 Correct the information above, bug 4798569 has not been approved by Mantis core team. However the fix should be in Tiger. ###@###.### 2003-05-12
12-05-2003