Side navigation
#10567 closed bug (fixed)
Opened October 24, 2011 09:04PM UTC
Closed October 24, 2011 10:07PM UTC
Last modified March 10, 2012 04:34AM UTC
Delegated events incorrectly match class names
Reported by: | dmethvin | Owned by: | dmethvin |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | event | Version: | 1.7b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The quickIs code regexp for classes will match "dog" in "dog-food" when it shouldn't.
Attachments (0)
Change History (3)
Changed October 24, 2011 09:04PM UTC by comment:1
component: | unfiled → event |
---|---|
milestone: | None → 1.7 |
owner: | → dmethvin |
priority: | undecided → blocker |
status: | new → assigned |
Changed October 24, 2011 09:06PM UTC by comment:2
_comment0: | @timmywil think he tracked this down: \ \ "yup, it's the regex in quickIs \ class matcher was: (?.([\\w\\-]+)) \ should be: (?.([\\w\\-]+)$)" \ \ will see if I can get him to patch or do it myself. → 1319490424191125 |
---|
@timmywil thinks he tracked this down:
"yup, it's the regex in quickIs
class matcher was: (?.([\\w\\-]+))
should be: (?.([\\w\\-]+)$)"
will see if I can get him to patch or do it myself.