Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pressMouseButton()/releaseMouseButton() synthetic events should generate pointerdown/pointerup in addition to mousedown/mouseup #103

Open
wkeese opened this issue Jan 17, 2017 · 0 comments

Comments

@wkeese
Copy link

wkeese commented Jan 17, 2017

IE (IE11 Win 8.1) uses synthetic mouse events since environmentType.brokenMouseEvents is true. The problem is that (similar to #17) pressMouseButton() and releaseMouseButton() fire synthetic mousedown (and mouseup) events, but not pointerdown (and pointerup) events.

This is from leadfoot's simulateMouse() code.

See also #83 and #17.

wkeese added a commit to ibm-js/deliteful that referenced this issue Jan 18, 2017
That uses native mouse events and avoids problems
listed in theintern/leadfoot#17 and theintern/leadfoot#103.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant