Opened 13 years ago
Closed 13 years ago
#5063 closed bug (worksforme)
wrapAll removes <br/> tags
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | manipulation | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have three anchor tags seperated by <br/> tags. When I use wrapAll it does wrap the anchors, but it removes the <br/> tags
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | HTMLPage1.htm added |
---|
comment:1 Changed 13 years ago by
wrapAll functions correctly in your test case. the <br /> tags don't get removed it just doesn't wrap them because it wasn't told to. They are left at the bottom.
comment:2 Changed 13 years ago by
Component: | unfiled → manipulation |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Looks correct to me as well.
Note: See
TracTickets for help on using
tickets.
HTML page