jQuery.find can't handle underscores in nodeNames
Due to a broken regular expression in jQuery.find, the find expression is parsed incorrectly. Nodes with underscores in their names won't be found (because jQuery will look only for the part before the first underscore).
It's just one character, but I'm attaching a diff anyway.
Attachments (1)
-
selector.js.diff (1008 bytes) - added by john 15 years ago.
-
It's never just one character ;-) this patch makes sure that there's total coverage of the tag names and the ability to use both underscores and unicode.
Download all attachments as: .zip
Change History (8)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
need: |
Test Case →
Patch
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Milestone: |
1.1.3 →
1.1.4
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
Version: |
1.1.2 →
1.1.3
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Owner: |
set to john
|
Status: |
reopened →
new
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
It's never just one character ;-) this patch makes sure that there's total coverage of the tag names and the ability to use both underscores and unicode.