Tagged Questions
0
votes
1answer
216 views
How to prevent “jerking” of page in browser
What is this "Jerking" - On this page scroll right to the top, then if you're using a mac use two fingers and scroll up more... the page will scroll further up (page moves downwards) revealing a gray ...
4
votes
2answers
1k views
Disable script editing in chrome developer tools
I use Chrome Developer Tools to debug my JavaScript code, but I have one pet peeve with the way Chrome lets you edit the JavaScript files under the Scripts tab. Sometimes, I do not realize that I am ...
8
votes
3answers
3k views
Use x-webkit-speech with a textarea
I have a field in my webapp where users are entering a large amount of text. I would like to implement the x-webkit-speech element. it works in all the
<input>
boxes, but I cannot get it ...