Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <div style="width:0; height:200px; border:10px solid red; padding:5px">
5 <div id="input" contenteditable="true" style="height:200px; outline:none"></div>
6 </div>
7 <script>
8 window.focus();
9 document.getElementById("input").focus();
10 </script>
11 </body>
12 </html>