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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome <details> broke keyboard functionality #29

Open
darkkain opened this issue Apr 27, 2016 · 4 comments
Open

Chrome <details> broke keyboard functionality #29

darkkain opened this issue Apr 27, 2016 · 4 comments

Comments

@darkkain
Copy link

FIrst of all, great thanks for this library.
And right to the point:
Hard to explain how to reproduce, think best explanation will be codepen 馃槈
I create example, try to expand/colapse with keyboard in Chrome.
http://codepen.io/dkk/pen/eZPmar

@KittyGiraudel
Copy link
Collaborator

KittyGiraudel commented Apr 28, 2016

Hey there!

I will be honest and say I am not surprised. a11y-toggle reproduces the same kind of functionality than <summary>/<details> so it does make sense to me that there is some conflict when used simultaneously. Right now, it doesn鈥檛 work well with these elements.

Beside semantics, is there any reason you would use them?

@darkkain
Copy link
Author

darkkain commented Apr 28, 2016

Besides semantics, only that the feature has native implementation in browser == always good (if they work well 馃槃)

And for now, it's available in WebKit's family, and Mozilla announced a few weeks ago, that feature landed in Nightly/Aurora build's

@KittyGiraudel
Copy link
Collaborator

I need to work on making it work for these elements as well.

@KittyGiraudel
Copy link
Collaborator

The support of details/summary is getting excellent: http://caniuse.com/#search=details. It should be compatible with the lib. I need to work on this.

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

2 participants