Side navigation
#12384 closed bug (fixed)
Opened August 23, 2012 05:40PM UTC
Closed August 28, 2012 09:11PM UTC
.after fails with table rows in IE9
Reported by: | anonymous | Owned by: | dmethvin |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.1 |
Component: | manipulation | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Fiddle: http://jsfiddle.net/DyRCZ/9/.
It is not possible to add multiple HTML strings to be placed after a table row in IE9. Works fine on Chrome and should work according to the docs.
Attachments (0)
Change History (3)
Changed August 23, 2012 08:46PM 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:11PM 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
Confirmed, seems this is a regression. Might have to do with multiple arguments passed to
.after
.git test case: http://jsfiddle.net/DyRCZ/12/