Bug Tracker

Ticket #3005 (new bug)

Opened 5 months ago

Last modified 3 months ago

jQuery 1.2.6 crashes Safari 2.0.4 consistently when using appendTo()

Reported by: subchild Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.3 Component: core
Version: 1.2.6 Keywords: safari, append, appendTo
Cc: Needs: Review

Description

Appending a block of HTML (containing some div, img and anchor nodes) to the body element crashes Safari 2.0.4 consistently. The browser just shuts down once the dom ready code executes.

An example is here: http://www.subchild.com/j/1.2.6-safari-bug.html

Please view the source (in a different browser) to see some comments and alternate methods which produced same or similar results.

This problem did not exist in prior version of jQuery.

Note: while this technique for concatenating strings may not be popular or recommended, it is valid and should be supported in my opinion. That said, I'm not a huge fan of it myself.

Thanks for making and supporting the ultimate JavaScript library.

Alex (mlb.com team)

Attachments

Change History

Changed 5 months ago by rboren

Related #2974

Changed 5 months ago by subchild

I'm not sure what (if anything) changed, but I am no longer able to reproduce this bug.

Changed 3 months ago by rortelli

I've the same problem adding html content during an ajax call, using append(), preprend(), html()...

Note: See TracTickets for help on using tickets.