Settings and activity
1 result found
-
0 votes
We currently use the input box’s onchange event. Turns out that Chrome and Firefox already trigger the event on Enter. IE8 however fails to change the ranges on Enter.
An error occurred while saving the comment An error occurred while saving the comment Kyle Getz commentedActually, I'm seeing this problem in Firefox, IE, and Chrome. Pressing Enter in any of those browsers does nothing; you have to click outside the text field.
Kyle Getz shared this idea ·
Ah, you're right, there was a problem in my code that was suppressing the ability to hit Enter in text fields. I fixed that and now things are working properly. I've also noticed the IE problem you mentioned; IE9 shows the same behavior. I guess there's nothing to do here then. Feel free to close this out.