Opened 10 years ago
Closed 10 years ago
#12384 closed bug (fixed)
.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.
Change History (3)
comment:1 Changed 10 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | None → 1.8.1 |
Priority: | undecided → blocker |
Status: | new → open |
comment:2 Changed 10 years ago by
Owner: | set to dmethvin |
---|---|
Status: | open → assigned |
comment:3 Changed 10 years ago by
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
Note: See
TracTickets for help on using
tickets.
Confirmed, seems this is a regression. Might have to do with multiple arguments passed to
.after
.git test case: http://jsfiddle.net/DyRCZ/12/