JDK-6862175 : Resize event is triggered n times when frame is resized after mixing of hw & lw components
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-07-20
  • Updated: 2011-01-19
  • Resolved: 2009-07-21
Related Reports
Duplicate :  
Description
When i resize the frame which contains heavy weight & light weight components , i see a lot of resized events getting triggered.   There is a similar bug http://monaco.sfbay.sun.com/detail.jsf?cr=6768230/7 already in fixed delivered state.

Step to reproduced :-
----------------------
1) Run the attached automated testcase.
2) Observe that when the frame is resized , a lot of resized event is triggered.

I tested this in jdk7 b62 promoted build.