mikexstudios / karuko

a powerful web calculator
http://karuko.heroku.com
Other
1 stars 0 forks source link

Autoresize causes text in textarea to "blink" #8

Open mikexstudios opened 14 years ago

mikexstudios commented 14 years ago

The problem is that the autoresize scripts are slow. When enter is pressed, the textarea expansion is delayed so the first line scrolls off the screen.

Solution might be to write our own expander using jquery hotkeys bound to enter and backspace.