<AWT Dev> Review request for 6191390: Action Event triggered by list does not reflect the modifiers properly on win32
Ambarish Rapte
ambarish.rapte at oracle.com
Thu Mar 24 09:56:45 UTC 2016
Hi,
Please review fix for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-6191390
Webrev: http://cr.openjdk.java.net/~arapte/6191390/webrev.00/
Issue:
Only on windows:
ActionEvent received by ActionListener, does not contain modifiers specific to ActionEvent class.
On Linux & Mac:
Correct modifiers are received.
Cause:
The actionEvent created in windows is created only with Extended modifiers.
Fix:
While creating ActionEvent, added code to include ActionEvent modifiers in addition to earlier included extended modifiers.
Verification:
The new test passes on Windows with fix, & also on ubuntu & mac.
No Regression & JCK test fails due to this change.
Regards,
Ambarish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20160324/b72a10d8/attachment.html>
More information about the awt-dev
mailing list