Ticket #3435 (closed bug: fixed)
WebKit browsers can't find() using expression with escaped character
| Reported by: | garyf | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3 |
| Component: | selector | Version: | 1.2.6 |
| Keywords: | find,webkit,safari,chrome,expressions,escape,escaped,characters | Cc: | |
| Blocking: | Blocked by: |
Description
I have some code to extract text from an RSS feed including a node containing georss data (geographical coordinates) called georss:point.
IE and Gecko browsers are able to use find('georss
:point').text() to extract the text but WebKit browsers (Chrome/Safari3) totally fail to find it.
I'm wondering if escaped characters in find() expressions aren't compatible with WebKit?
I've attached two files which reproduce the problem. IE/FF will show the extracted geo coordinates correctly. (Please point the script to your local copy of jquery.js)
Attachments
Change History
Changed 5 years ago by garyf
-
attachment
test.xml
added
Example XML file (RSS) to use against the example code
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

JQuery test to reproduce problem