#3326 closed bug (invalid)
IE7 Unbind/bind doesn't work
Reported by: | thundrax | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | IE7 | Cc: | thundrax, flesler |
Blocked by: | Blocking: |
Description
I use paging to limit result set on web page, and after initial data set is replaced with next set, I do unbind and then bind, and there is no effect. New set doesn't seem to be getting any event bound to it, and doesn't do anything. If I don't do unbind, then there is no change ether (new items don't get events bound to them).
Another similar case, is then paging adds new items to list, so I need to unbind all events and then bind again to include new elements, and this doesn't unbind, and doesn't binds new onces ether.
Works just fine of FF, but on IE keep getting this problem.
Change History (3)
comment:1 Changed 14 years ago by
Cc: | thundrax flesler added |
---|---|
need: | Review → Test Case |
Priority: | critical → minor |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
No followup on test case.
comment:3 Changed 12 years ago by
it doesn't work with unbind() all in IE7 you need to use the events name in unbind for IE7.
new test case ?
Your details are not quite enough to be able to handle this. Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.