in partnership with mediatemple

Ticket #921 (closed defect: invalid)

Opened 2 months ago

Last modified 4 days ago

Sortable items with links activate on mouseup in safari

Reported by: drackett Owned by:
Type: defect Priority: minor
Milestone: Mootools version 1.2 Component: Plugins
Keywords: Cc:

Description

I have a sortable list that contains li's with links inside. I was using 1444 up until today, with no issue. in 1509, when you are done dragging an item, its link will activate, taking you away from the page with the sortable list. I have only tested this in safari (only browser I have access to here)

Change History

Changed 4 days ago by tomocchino

  • status changed from new to closed
  • resolution set to invalid

since we have no way of knowing whether the user intended to click the link, you can prevent the link from being followed in your code, or use the handle option in sortables

Note: See TracTickets for help on using tickets.