Issue 172: autocorrect/autocapitalize can cause problems on mobile devices

o Applied patch from poster.
This commit is contained in:
Marc Singer 2012-04-05 11:51:00 -07:00
parent 52feb7abac
commit 7d396c8273

View file

@ -887,7 +887,7 @@ VT100.prototype.initializeElements = function(container) {
'<div class="hidden">' +
'<div id="usercss"></div>' +
'<pre><div><span id="space"></span></div></pre>' +
'<input type="textfield" id="input" />' +
'<input type="textfield" id="input" autocorrect="off" autocapitalize="off" />' +
'<input type="textfield" id="cliphelper" />' +
(typeof suppressAllAudio != 'undefined' &&
suppressAllAudio ? "" :