Skip to main content

Bug Tracker

Side navigation

#2420 closed bug (wontfix)

Opened February 26, 2008 09:32PM UTC

Closed May 16, 2009 02:37PM UTC

cannot $(div).load(url) twice when target page contains <select> under IE7

Reported by: bigbadguy Owned by:
Priority: minor Milestone: 1.2.4
Component: ajax Version: 1.2
Keywords: .load Cc:
Blocked by: Blocking:
Description

index.jsp:

<style>

select { behavior:url(#default#savehistory) }

</style>

<div id="mainbody"></div>

<button onclick="$(mainbody).load('test.jsp')" > test</button>

test.jsp:

<div><select></select></div>

Click the "test" button twice got error. Only affect 1.2.x

Conflict with the behavior. But it cost me 4hrs to figure out...

Attachments (0)
Change History (2)

Changed May 16, 2008 03:35AM UTC by flesler comment:1

component: coreajax

Changed May 16, 2009 02:37PM UTC by dmethvin comment:2

resolution: → wontfix
status: newclosed

This example is using the IE-specific behavior property in the css, so the code is inherently not cross-browser compatible. This seems like a problem outside jQuery. If you have a test case that shows jQuery is causing a problem that doesn't occur with bare DOM, attach it and reopen the ticket.