riddle
|
Registered User
|
|
Aug 29 |
answered | How to make CSS visible only for Opera |
|
Jul 4 |
awarded | ● Scholar |
|
Jul 4 |
comment |
Prevent default behavior in text input while pressing arrow up Busted it! Thanks a lot, it’s perfect. :) |
|
Jul 3 |
awarded | ● Student |
|
Jul 3 |
comment |
Prevent default behavior in text input while pressing arrow up Unfortunately, e.preventDefault() in keypress event prevents me from entering anything there (I want inputs to work like in Firebug). And it doesn’t solve my problem, at least in my browser – cursor still jumps at the very beginning. |
|
Jul 3 |
comment |
Prevent default behavior in text input while pressing arrow up Thanks. Actually updating input.value will result in cursor moving back at the end. So I might detect cursor’s position and then restore it after change is made (if it’s in the middle of number, for example). But I’m still looking for better solution, if it’s available. |
|
Jul 3 |
asked | Prevent default behavior in text input while pressing arrow up |
