jQuery: The Write Less, Do More JavaScript Library

Ticket #2420 (new bug)

Opened 6 months ago

Last modified 3 months ago

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

Reported by: bigbadguy Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.4 Component: ajax
Version: 1.2 Keywords: .load
Cc: Needs: Review

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

Change History

Changed 3 months ago by flesler

  • owner deleted
  • component changed from core to ajax
Note: See TracTickets for help on using tickets.