Opened 15 years ago
Closed 15 years ago
#2466 closed bug (invalid)
HTML Constructor Fails to Create Beginning and Ending Text Nodes
Reported by: | Ingy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$("I <b>Like</b> Pie");
yields:
[b]
should yield:
["I ", b, " Pie"]
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | jquery-bug-2466.patch added |
---|
comment:1 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
I think it's simply invalid html and shouldn't be handled.