Opened 12 years ago
Closed 10 years ago
#7604 closed bug (wontfix)
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.
Change History (6)
comment:1 Changed 12 years ago by
comment:3 Changed 11 years ago by
Component: | ui.mouse → ui.sortable |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:5 Changed 10 years ago by
Keywords: | safari5.0 added |
---|---|
Status: | new → open |
confirmed on latest only in Safari 5.0: http://jsfiddle.net/tjpuK/
comment:6 Changed 10 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Works with delegated click: http://jsfiddle.net/ZWzMS/5/