Bug Tracker

Modify

Ticket #3326 (closed bug: invalid)

Opened 5 years ago

Last modified 2 years ago

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
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by flesler

  • Cc thundrax, flesler added
  • need changed from Review to Test Case
  • Priority changed from critical to minor

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.

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

No followup on test case.

comment:3 Changed 2 years ago by ovidiubuligan@…

it doesn't work with unbind() all in IE7 you need to use the events name in unbind for IE7.

new test case ?

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.