Skip to main content

Bug Tracker

Side navigation

#4473 closed bug (invalid)

Opened April 02, 2009 08:26AM UTC

Closed May 16, 2009 08:26PM UTC

jQuery.load does not behave correctly ine IE6

Reported by: skrat Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.1
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery.load, which replace content on some element with ajax loaded data, does not work correctly in IE6. I needed it to replace content with call like this:

calendar.load(url+" #calendar>*",null,function(){...})

it all work nicely except that non-browser IE6, there, the new content is loaded, and inserted into #calendar, but it behaves like inactive, disabled or something, hard to debug in IE. I can't click links in the newly loaded content, do nothing

Attachments (0)
Change History (2)

Changed April 03, 2009 02:07AM UTC by dmethvin comment:1

Can you provide a simple test case?

Changed May 16, 2009 08:26PM UTC by brandon comment:2

resolution: → invalid
status: newclosed

Please attach a test case (html, css, and js) that illustrates the issue.