JDK-6806244 : PIT : MouseWheel event get triggered for the disabled Textarea in jdk7 b48 pit build.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: sparc
  • Submitted: 2009-02-17
  • Updated: 2011-01-19
  • Resolved: 2009-02-17
Related Reports
Duplicate :  
Description
This test fails only in jdk7 b48 pit build. It passes in previous promoted build. Hence its a regression introduced in this pit build.

Step to reproduce :-
----------------------
1) Run the attached testcase 
java -DresultsDir=. HWMouseWheelListenerTest
2) Observe the test results , if you see Test fails , then the bug is reproduced.