This commit is contained in:
Pierre Ossman
2017-10-18 15:12:46 +02:00
9 changed files with 195 additions and 210 deletions

View File

@@ -329,9 +329,9 @@
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">
<canvas id="noVNC_canvas" width="0" height="0" tabindex="-1">
Canvas not supported.
</canvas>
</div>