Closed GoogleCodeExporter closed 8 years ago
line 501 in vt100.js reads:
'<input type="textfield" id="input" />' +
this issue is resolved if it is changed to:
'<input type="textfield" id="input" autocapitalize="off" />' +
Original comment by Sean....@gmail.com
on 28 Dec 2011 at 1:24
A patch file would be helpful. Changes to the vt100.js file have made the line
numbers no longer match.
Original comment by beewoo...@gmail.com
on 31 Mar 2012 at 10:59
Sorry about that, however I see the change has been made in the latest 2.14
version. it appears that issue 172 included this issue.
Original comment by Sean....@gmail.com
on 23 Apr 2012 at 3:18
Merged
Original comment by beewoo...@gmail.com
on 23 Apr 2012 at 3:56
Original issue reported on code.google.com by
amn...@gmail.com
on 27 Dec 2011 at 2:00