[9] Review request for 8144688: JFX WebView DRT implementation doesn't pass mouse button for mousemove simulation
Arunprasad Rajkumar
arunprasad.rajkumar at oracle.com
Wed Dec 9 10:07:20 UTC 2015
Hi Kevin, Alexander, Guru,
Please review the below patch.
JIRA: https://bugs.openjdk.java.net/browse/JDK-8144688
Webrev: http://cr.openjdk.java.net/~ghb/arunprasad/8144688/webrev.00/
Issue: DRT testcases uses mouse simulation APIs to do the selection and drag. Our implementation of DRT doesn't pass mouse button type(left, center/middle, right) for mouse move.
Fix: Store the mouse button type during mouse down and pass it when DRT calls mouse move.
Regards,
Arun
More information about the openjfx-dev
mailing list