#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (3)
Changed 14 years ago by
Attachment: | testcase1.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Anchor tags cannot be nested.
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
test case