Opened 13 years ago
Closed 13 years ago
#5398 closed bug (invalid)
html, events and bind in IE
Reported by: | yusufnb | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Here is what I am doing:
- Loading some html into a div via ajax.
- Binding mouseover and mouseout events on various nodes within my div.
- On certain click, reloading the div with new html content via ajax.
- Binding mouseover and mouseout events on various nodes in this same div for the new content.
The above works fine in Chrome and Firefox but simply doesn't work in IE. The internal html structure is totally changed in case of IE.
You can see this live on my website at quotescollections.com . Just do a mouse over on quotations and click next, prev few times. Try again in IE. You should see the bug.
Note: See
TracTickets for help on using
tickets.
Please reopen with the minimum test case required to demonstrate the problem. A full web page with irrelevant content makes it more difficult to fix. You may want to ask for help on the forums.