#6158 closed bug (fixed)
"elems is undefined" JavaScript error calling $(this).text() in .replaceWith() argument
Reported by: | jablko | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5.2 |
Component: | manipulation | Version: | 1.4.1 |
Keywords: | text, replaceWith | Cc: | |
Blocked by: | Blocking: |
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Component: | unfiled → manipulation |
---|
Changed 12 years ago by
Attachment: | test-6158.html added |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Keywords: | text replaceWith added |
---|---|
Milestone: | 1.4.2 → 1.5 |
Priority: | → low |
Status: | new → open |
comment:5 Changed 12 years ago by
Milestone: | → 1.5.2 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Landed.
Note: See
TracTickets for help on using
tickets.
Confirmed; test case attached.
It seems like the function should be called in a this.each() for the matched set, and that's not happening.