Side navigation
#13770 closed bug (notabug)
Opened April 12, 2013 02:19PM UTC
Closed April 12, 2013 03:39PM UTC
XHTML-style bug while parsing XML element
Reported by: | jaroslaw@collibra.com | Owned by: | jaroslaw@collibra.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Just run this in console:
$('body').html('<textarea><j-z/></textarea>');
jquery-1.9.1.js line: 6055
Attachments (0)
Change History (3)
Changed April 12, 2013 02:50PM UTC by comment:1
owner: | → jaroslaw@collibra.com |
---|---|
status: | new → pending |
Changed April 12, 2013 03:20PM UTC by comment:2
Here is simple test case that i've described:
Changed April 12, 2013 03:39PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | pending → closed |
I didn't see an error, but I did see unescaped content. Fix: http://jsfiddle.net/VNCJt/2/
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.