Opened 9 years ago
Closed 9 years ago
#10648 closed feature (invalid)
Resizable: Add a cancel() method
Reported by: | tj | Owned by: | tj |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It'd be great to have a cancel method (Just like the one sortable has), which can be invoked during the resize to cancel the resize if some conditions are met.
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to tj |
---|---|
Status: | new → pending |
Summary: | Provide option to cancel the resize during operation in resizable → Resizable: Add a cancel() method |
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Note: See
TracTickets for help on using
tickets.
What's your use case for wanting a
cancel()
method? As an fyi we're planning on removing thecancel()
method from some of our interactions, because generally speaking it's bad UX to cancel an in-progress user interaction.