Comments and changes to this ticket
-
Juriy Zaytsev August 16th, 2008 @ 05:07 PM
- → Tag changed from element selector to needs_patch needs_tests selector
- → Milestone changed from to 1.6.1
- → State changed from new to bug
- → Assigned user changed from to Juriy Zaytsev
Looks like "_" works but "-" doesn't.
-
John-David Dalton August 17th, 2008 @ 01:47 AM
could be a regexp thing [a-b] creates a character range in regexp
-

leiyou August 17th, 2008 @ 04:50 AM
seems so, seems to do with this attrPresence: /^[([\w]+)]/
2008/8/17 Lighthouse support@lighthouseapp.com
-
John-David Dalton August 17th, 2008 @ 04:57 AM
ahh they would need to change it to :
attrPresence: /^[([\w-]+)]/This probably effects other areas as well I know they like to use a character class [\w] a lot.
-
Juriy Zaytsev October 7th, 2008 @ 06:00 AM
- → Tag changed from needs_patch needs_tests selector to patched selector tested
- → Milestone changed from 1.6.1 to 1.6.0.4
-

Dror Kessler November 10th, 2008 @ 09:03 AM
- → Tag cleared.
Note that the patch calls for [\w-]. This is risky ... since the - character is a special character within a character class.
better use [\w-]
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Prototype JavaScript library.
