Bug Tracker

Modify

Ticket #5346 (closed bug: worksforme)

Opened 4 years ago

Last modified 14 months ago

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@…
Blocking: Blocked by:

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

testHTML.html Download (4.2 KB) - added by onema 4 years ago.
test file that reproduces the bug, make sure to chage the library path

Change History

Changed 4 years ago by onema

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

comment:1 Changed 4 years ago by onema

To run the example press add in the Options column.

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to worksforme

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.