Skip to main content

Bug Tracker

Side navigation

#5346 closed bug (worksforme)

Opened October 09, 2009 11:55PM UTC

Closed June 13, 2010 05:55PM UTC

Last modified March 13, 2012 03:34PM UTC

jQuery 1.3.2 insertBefore not working properly in IE8

Reported by: onema Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: insertBefore IE8 Cc: juan@monkdevelopment.com
Blocked by: Blocking:
Description

I have a list with multiple rows, and every list has an add and edit button that brings up a form using;

$('#addLinkListLink').insertBefore( "#" + link );

where link is the id of the container I want to insert before.

this works in any other browser but IE8? we are using jQuery 1.3.2.

Thank you.

here a sample code of what we are doing that is able to reproduce this problem.

Attachments (1)
  • testHTML.html (4.2 KB) - added by onema October 09, 2009 11:57PM UTC.

    test file that reproduces the bug, make sure to chage the library path

Change History (2)

Changed October 10, 2009 12:00AM UTC by onema comment:1

To run the example press add in the Options column.

Changed June 13, 2010 05:55PM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

Seems to work for me in 1.4.2 as far as I can tell.