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

Interacting with an invisible node should fail #58

Open
icmdaf opened this issue Jun 13, 2016 · 0 comments
Open

Interacting with an invisible node should fail #58

icmdaf opened this issue Jun 13, 2016 · 0 comments

Comments

@icmdaf
Copy link

icmdaf commented Jun 13, 2016

It's currently possible to interact with a node that is not visible, i.e. the interaction only succeeds in the test because the event is dispatched directly, but if the test emulated a system mouse and let the browser figure out the event it would have failed.

So it would be useful to have a check if getClientBoundingRect() is all-zero and return, as it's implemented already for pointer-events: none.

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