Side navigation
#2466 closed bug (invalid)
Opened March 06, 2008 01:05PM UTC
Closed April 29, 2008 09:26PM UTC
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"]
I think it's simply invalid html and shouldn't be handled.