Bug Tracker

Modify

Ticket #8035 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

Askimet is rejecting my report as spam.

Reported by: gus.heck@… Owned by: gus.heck@…
Priority: low Milestone: 1.next
Component: core Version: 1.4.4
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 2 years ago by jitter

  • Owner set to gus.heck@…
  • Status changed from new to pending

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

comment:2 Changed 2 years ago by anonymous

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 2 years ago by jitter

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from pending to closed
  • Component changed from unfiled to core

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.