Modify ↓
Ticket #5166 (closed bug: invalid)
Nested links break the $().html() method
| Reported by: | yogsodoth | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | nested links, html method | Cc: | |
| Blocking: | Blocked by: |
Description
The html() method truncates the contents of a link at the start of a nested link in Firefox, Chrome and Safari. Internet Explorer is unaffected.
The following URL demonstrates a test case: http://ahawryluk.ca/clients/saveyourself.ca/testcase1.html
HTML/javascript source also included as an attachment.
Firefox/Safari/Chrome break the results of the .html() method at the start of the first nested link.
There are obviously workarounds for this, but I don't believe this is expected behaviour.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


test case