Side navigation
#5398 closed bug (invalid)
Opened October 19, 2009 10:40PM UTC
Closed October 20, 2009 11:39PM UTC
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:
1. Loading some html into a div via ajax.
2. Binding mouseover and mouseout events on various nodes within my div.
3. On certain click, reloading the div with new html content via ajax.
4. 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.
Attachments (0)
Change History (1)
Changed October 20, 2009 11:39PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.