Side navigation
#12346 closed bug (fixed)
Opened August 19, 2012 11:58AM UTC
Closed August 28, 2012 09:13PM UTC
fn.append not working correctly
Reported by: | davidsvetlik@hotmail.com | Owned by: | dmethvin |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.1 |
Component: | manipulation | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I think it will be faster, if I just show you :-)
Try following fiddle and compare the results for 1.7.2 and 1.8 (first nbsp is missing in 1.8):
Just in case, here's a script code from fiddle:
var $e = $('<span>e</span>'), $x = $('<span>x</span>');
$('div').append(' ', $e, ' ', $x);
Thank you for your efforts,
David Svetlik
Attachments (0)
Change History (3)
Changed August 20, 2012 11:58PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
milestone: | None → 1.8.1 |
priority: | undecided → blocker |
status: | new → open |
Changed August 27, 2012 04:17PM UTC by comment:2
owner: | → dmethvin |
---|---|
status: | open → assigned |
Changed August 28, 2012 09:13PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.
Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.
Changeset: b6a7d022eeb8c2cb0b065a311e53f9ea98554600
In 1.8.0 it works in Firefox, not in Chrome or Safari; it throws an error in IE9. Breaks in jQuery 1.3.2, works everywhere in between.