Skip to main content

Bug Tracker

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 dmethvin comment:1

component: unfiledevent
milestone: None1.7
owner: → dmethvin
priority: undecidedblocker
status: newassigned

Changed October 24, 2011 09:06PM UTC by SlexAxton 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.

Changed October 24, 2011 10:07PM UTC by Dave Methvin comment:3

resolution: → fixed
status: assignedclosed

Fix #10567. Make sure quickIs matches correct class name.

Changeset: ee3eb6cabf1383efe479e090fe6ad8ed2e5a09a3