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

dom/is-visible fails focusable children of <canvas> #14

Closed
rodneyrehm opened this issue Jan 28, 2015 · 1 comment
Closed

dom/is-visible fails focusable children of <canvas> #14

rodneyrehm opened this issue Jan 28, 2015 · 1 comment
Labels

Comments

@rodneyrehm
Copy link
Member

The <canvas> element may have children for compatibility. Those children, while not rendered, can be focused and tabbed to. But because they're not rendered, they do not necessarily have dimension and are thus considered hidden by dom/is-visible.

@rodneyrehm rodneyrehm added the bug label Jan 28, 2015
@rodneyrehm
Copy link
Member Author

fixed in master, since is/visible dropped the deeply flawed dimensions check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant