On Mon, 30 Mar 2026 03:40:22 GMT, Renjith Kannath Pariyangad <[email protected]> wrote:
>> Hi Reviewers, >> >> Problem: Double tap generates WM_LBUTTONDOWN, WM_MOUSEMOVE, and >> WM_LBUTTONUP messages in response to actions on a primary touch point. >> [Which is document >> here](https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-touchinput). >> >> >> Solution: Skip drag/mouse move in case of touch within delta. >> >> Please review and let me know your suggestions. >> >> Regards, >> Renjith. > > Renjith Kannath Pariyangad has updated the pull request incrementally with > two additional commits since the last revision: > > - Updated copyright year > - Update src/java.desktop/windows/native/libawt/windows/awt_Component.cpp > > Co-authored-by: Alexey Ivanov <[email protected]> does not work > /reviewers 4 > > I'm raising the number of reviewers to prevent integrating this PR because > Alexander @azvegint and I verified the fix on a touch screen, and _the fix > doesn't work_. You can also remove your approval. ------------- Changes requested by prr (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/30450#pullrequestreview-4039719837 PR Comment: https://git.openjdk.org/jdk/pull/30450#issuecomment-4165058590
