EVALUATION
Sounds like a high-impact bug (likely escalation): should address for Tiger.
###@###.### 2003-08-12
I sent email to the submitter to get more info on how to reproduce the problem.
Looks like it needs a multimonitor setup which I dont have.
###@###.### 2003-10-01
Ok, now I understand that they are complaining about the fact that you see
dirty regions when you specify sun.awt.noerasebackground=true and have dynamic
layout enabled in the OS. Unfortunately this is correct behaviour. Specifying
sun.awt.noerasebackground=true tells AWT not to erase the background for
exposed regions. So on a dynamic layout environment, you WILL see the dirty
regions. This is exactly what sun.awt.noerasebackground=true specifies. So
this is not a bug. The problem here is that the customer is forced to use
this because of 4881422. So the only way to solve this problem is to fix
4881422. I am closing this case as not a bug.
###@###.### 2003-10-02
CTE has proposed a fix to add another property to disable the
noerasebackground property while resizing therefore avoiding the
above mentioned side effect.
###@###.### 2003-10-21
|