On Tue, 9 Mar 2021 18:51:22 GMT, Jose Pereda <jper...@openjdk.org> wrote:
>> This PR changes the parameter names to accommodate class calculations >> related to screen event coordinates (AbsX, AbsY). >> >> As >> [discussed](https://bugs.openjdk.java.net/browse/JDK-8206253?focusedCommentId=14405707&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14405707), >> the sendScrollXXXEvent methods are currently passing the screen coordinates >> (AbsX, AbsY) to the local ones, but they shouldn't modify those, but the >> screen ones. >> >> Tested successfully on Android with ComboBox controls in different positions. > > Jose Pereda has updated the pull request incrementally with one additional > commit since the last revision: > > Refactor parameter names Marked as reviewed by kcr (Lead). ------------- PR: https://git.openjdk.java.net/jfx/pull/420