iuux / adrx-quicknotes

Quick Notes functionality for Indiana University AdRx (Advising Records) system.
MIT License
0 stars 0 forks source link

Prevent SVG from being focusable in IE #29

Open basham opened 9 years ago

basham commented 9 years ago

http://stackoverflow.com/questions/18646111/disable-onfocus-event-for-svg-element

<svg focusable="false"></svg> does this job.

basham commented 9 years ago

Unfortunately, React doesn't support focusable. I don't quite know how I can force it to display the attribute.