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

Unable to copy text wrapped in the summary #22

Open GeKVe opened 10 years ago

GeKVe commented 10 years ago

Because of the .noSelect() in line 129 users will be unable to select and copy/paste text in the summary. I guess this is done to enable keyboard accessability in accordance to WAI?

side-note: i have also chosen to prevent bubble from all $("summary *") and added a toggle-element as the only trigger. (my desired mod of default summary behaviour)