#5346 closed bug (worksforme)
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: | [email protected]… |
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)
Change History (3)
Changed 13 years ago by
Attachment: | testHTML.html added |
---|
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Seems to work for me in 1.4.2 as far as I can tell.
Note: See
TracTickets for help on using
tickets.
test file that reproduces the bug, make sure to chage the library path