How to prevent SVG elements from gaining focus with tabs in IE11?

前端 未结 1 2005

There is an inline SVG element among my HTML form elements. When I navigate through my elements with the Tab key, the SVG element gets focused, in IE11 only, even if the SVG ele

相关标签:
1条回答
  • 2021-02-12 12:06

    In case you missed it, the answer was commented:

    tabindex is part of upcoming SVG2 and is not yet supported by IE11. Have a look at this question for a work-around.

    The answer in that question recommends adding a focusable="false" attribute to the SVG element.

    Thanks to @altocumulus

    0 讨论(0)
提交回复
热议问题