Skip to main content

Bug Tracker

Side navigation

#12787 closed bug (duplicate)

Opened October 24, 2012 11:13PM UTC

Closed October 26, 2012 02:07PM UTC

.find breaks on XML document with : in tag

Reported by: ninhofe@extole.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.2
Keywords: Cc: timmywil
Blocked by: Blocking:
Description

Here is a bug that was not present in 1.7.2. When trying to use .find on an XML document that contains elements with : in their tag name, the find does not work as expected in Google Chrome.

Please see the console.log output in the following example:

http://jsfiddle.net/qUD3Z/

Attachments (0)
Change History (2)

Changed October 26, 2012 01:17PM UTC by mikesherov comment:1

cc: → timmywil

Timmy, can you triage this please? My first instinct is wontfix due to non-support of XML, but wanted to get your opinion.

Changed October 26, 2012 02:07PM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Duplicate of #1826.See #10377 for a workaround.