Duplicate :
|
Mouse clicked event is not getting trigerred on trayicon when Mouse button 1 is pressed in jdk7b27 pit build. Steps to Reproduce: 1.Run the attached testcase (MouseTest.java). 2.Click the first mouse button. 3.Notice only mouse released and mousepressed event is triggered. 4.Mouse clicked event is not triggered. 5.Also when Button1 + shift and Button1 + Ctrl is pressed , the Mouse clicked event is not triggered. This happens only for Mouse Button1 . Its passing with jdk7 b26 build.