Don't let the hidden input field be a tab stop

It's very confusing if you tab between elements and all of a sudden
something hidden gets focus.
This commit is contained in:
Pierre Ossman 2017-10-18 15:04:45 +02:00
parent 867daa98af
commit 3e093af55d
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
style for example -->
<textarea id="noVNC_keyboardinput" autocapitalize="off"
autocorrect="off" autocomplete="off" spellcheck="false"
mozactionhint="Enter"></textarea>
mozactionhint="Enter" tabindex="-1"></textarea>
<canvas id="noVNC_canvas" width="0" height="0" tabindex="-1">
Canvas not supported.