Skip to main content

Search and Top Navigation

#7986 closed bug (fixed)

Opened January 05, 2012 01:44PM UTC

Closed January 05, 2012 01:52PM UTC

Event.Target differnt on selectablestop after jQuery 1.7

Reported by: Matt.Lavoie Owned by:
Priority: minor Milestone: 1.8.17
Component: ui.selectable Version: 1.8.16
Keywords: Cc:
Blocked by: Blocking:
Description

With jQuery 1.6 selectablestop's event.target was the object you were selecting, with 1.7 it is now the ui-selectable-helper div. You can view an example of this behavior with this small sample project: http://jsbin.com/esefag/4/edit

(to view the previous behavior just change the jQuery reference to 1.6 instead of 1.7.1. I looked through the change logs and couldn't find any reference to this so I am assuming its a bug.)

Attachments (0)
Change History (1)

Changed January 05, 2012 01:52PM UTC by scottgonzalez comment:1

milestone: 1.91.8.17
resolution: → fixed
status: newclosed

This is essentially a duplicate of #7852, which is already fixed.