JDK-6709094 : Disable background erasing in Plugin EmbeddedFrame
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-05-30
  • Updated: 2010-09-08
  • Resolved: 2008-07-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b27Fixed
Related Reports
Relates :  
Description
Fix to CR 6673601 disabled background erasing in all EmbeddedFrame. A safer, more targeted fix for Plugin embedded frame is found. Instead of unconditionally setting disableEraseBackground in EmbeddedFrame ctor, you should better override addNotify() method in Java Plugin embedded frames (like WNetscapeEmbeddedFrame) and set this property there. This method - addNotify() - is called prior the frame's peer is created.

Comments
EVALUATION target to b27
31-05-2008