Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6709094
Votes 0
Synopsis Disable background erasing in Plugin EmbeddedFrame
Category java_plugin:plugin2
Reported Against
Release Fixed 6u10(b27)
State 11-Closed, Verified, bug
Priority: 3-Medium
Related Bugs 6673601
Submit Date 30-MAY-2008
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.
Posted Date : 2008-05-30 17:25:10.0
Work Around
N/A
Evaluation
target to b27
Posted Date : 2008-05-31 00:44:22.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang