Skip to main content

Bug Tracker

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"]
Attachments (1)
Change History (2)

Changed March 15, 2008 06:16AM UTC by flesler comment:1

I think it's simply invalid html and shouldn't be handled.

Changed April 29, 2008 09:26PM UTC by joern comment:2

resolution: → invalid
status: newclosed

Agreed.