0

I'm creating a slide in menu -w hen not on display the panel is hidden off canvas. However, I've noticed that when using the TAB key, elements not visible at the time get focus bringing the off-canvas panel into view.

Any ideas as to how to deal with this?

dotnetnoob
  • 10,783
  • 20
  • 57
  • 103

1 Answers1

0

If you are using html5 you can add tabindex='-1' to disable getting focus by tabs.

Of course if necessary you can always re-enable them when the panel is viewable.

AndreaBogazzi
  • 14,323
  • 3
  • 38
  • 63