Opened 12 years ago
Closed 12 years ago
#8035 closed bug (invalid)
Askimet is rejecting my report as spam.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | core | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please contact me so I can send you the bug. It's a real bug with parsing XML from a string (IE and FF/chrome differ). I have a test case file ready, but you have no file upload, and when I paste it in a code block I get the spam message.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Code example at http://pastebin.com/PY91kzzw
The file eliminates any transport/request issues by simply putting the xml in a JS string. Just save it to disk and then load it in IE8 and any other browser. The alert will show a different number of elements resulting from
jQuery(xmlblob)
comment:3 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | pending → closed |
There is no support for parsing xml-strings by passing them to the jQuery( html )
signature. The documentation for jQuery( html ) is pretty clear about this.
A string of HTML to create on the fly. Note that this parses HTML, not XML.
Thanks for taking the time to contribute to the jQuery project.
Just post the xml blob on http://pastebin.com and include the link plus instructions