mathiasbynens / jquery-details

World’s first <details>/<summary> polyfill™
https://mths.be/details
GNU General Public License v2.0
121 stars 34 forks source link

text inputs in summary are non-functional #10

Open telic opened 11 years ago

telic commented 11 years ago

If an or similar focus-requiring element is a child of a

, it will become unusable. I'm presuming this is because the details' click handler unconditionally redirects focus to the

itself.

Relatedly, checkboxes, radio buttons and selects more-or-less work normally, but also toggle the details state when used.