Side navigation
#3326 closed bug (invalid)
Opened September 04, 2008 05:37PM UTC
Closed January 14, 2009 03:52AM UTC
Last modified February 25, 2011 01:39PM UTC
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.
Attachments (0)
Change History (3)
Changed September 04, 2008 08:49PM UTC by comment:1
cc: | → thundrax, flesler |
---|---|
need: | Review → Test Case |
priority: | critical → minor |
Changed January 14, 2009 03:52AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
No followup on test case.
Changed February 25, 2011 01:39PM UTC by comment:3
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.