Side navigation
#11804 closed bug (cantfix)
Opened May 23, 2012 02:48PM UTC
Closed May 23, 2012 05:06PM UTC
Last modified May 23, 2012 07:48PM UTC
IE8: Change Not Fired When Value Changed In Keyup Handler
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The change handler is not invoked on IE8 when the inputs value is changed in they keyup handler.
See the following test case: http://jsfiddle.net/euccT/
Attachments (0)
Change History (3)
Changed May 23, 2012 02:52PM UTC by comment:1
Changed May 23, 2012 05:06PM UTC by comment:2
resolution: | → cantfix |
---|---|
status: | new → closed |
Yes, it happens with bare DOM events as well. http://jsfiddle.net/euccT/1/
I'm not even sure this is broken, but in any event it we cannot easily fix it.
Changed May 23, 2012 07:48PM UTC by comment:3
The hope was that this could be normalized across browser since the behavior is different in IE8 vs. Firefox, Chrome, etc. Thanks for your input. Appreciate you considering the issue.
Explicitly setting a value cancels the change event. This is probably just other browsers ignoring the fact that you're setting the value since you're not changing the value. I didn't test, but I bet the equivalent code without jQuery would give the same results. jQuery probably shouldn't normalize this.