Search and Top Navigation
#7604 closed bug (wontfix)
Opened August 04, 2011 04:06AM UTC
Closed November 08, 2012 09:24PM UTC
Using sortable together with a click handler does not work in Safari
Reported by: | dmuir | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.14 |
Keywords: | safari5.0 | Cc: | |
Blocked by: | Blocking: |
Description
For drag'n'drop:
All other browsers: "drag" and "drop" are output to console.
In Safari 5.0.2: "drag", "drop", and "click" are output to console.
The end result for safari is that the item moved over gets immediately moved back.
Attachments (0)
Change History (6)
Changed August 04, 2011 04:16AM UTC by comment:1
Changed February 27, 2012 04:18PM UTC by comment:2
Getting no click in current Safari 5.1.2. Do we care about 5.0.2?
Changed February 27, 2012 04:19PM UTC by comment:3
component: | ui.mouse → ui.sortable |
---|
Changed October 11, 2012 02:55PM UTC by comment:4
milestone: | 1.9.0 → 2.0.0 |
---|
Changed November 08, 2012 09:18PM UTC by comment:5
keywords: | → safari5.0 |
---|---|
status: | new → open |
confirmed on latest only in Safari 5.0: http://jsfiddle.net/tjpuK/
Changed November 08, 2012 09:24PM UTC by comment:6
resolution: | → wontfix |
---|---|
status: | open → closed |
Sorry, I was wrong, we no longer support Safari 5.0, considering the latest two versions are 5.1 and 6.0. That means this becomes a wontfix.
Works with delegated click:
http://jsfiddle.net/ZWzMS/5/