Changes between Initial Version and Version 1 of Ticket #8414, comment 8


Ignore:
Timestamp:
Nov 1, 2012, 3:49:36 PM (11 years ago)
Author:
Scott González
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8414, comment 8

    initial v1  
    1 @eleotlecram: Whether pressing escape should cancel a drag and whether there should be a public cancel method are two different things. Providing a public cancel method encourages users to create bad UX. The team has discussed this before, while reviewing sortable's API. Sortable's cancel method was implemented by Paul Bakaus for a user with the use case as brennan.roberts, but even Paul agrees that it should be removed.
     1@eleotlecram: Whether pressing escape should cancel a drag and whether there should be a public cancel method are two different things. Providing a public cancel method encourages users to create bad UX. The team has discussed this before, while reviewing sortable's API. Sortable's cancel method was implemented by Paul Bakaus for a user with the same use case as brennan.roberts, but even Paul agrees that it should be removed.