Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#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)

testcase1.html (496 bytes) - added by yogsodoth 14 years ago.
test case

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by yogsodoth

Attachment: testcase1.html added

test case

comment:1 Changed 14 years ago by scottgonzalez

Resolution: invalid
Status: newclosed

Anchor tags cannot be nested.

Note: See TracTickets for help on using tickets.