Search and Top Navigation
#10648 closed feature (invalid)
Opened October 06, 2014 05:53PM UTC
Closed October 21, 2014 09:00AM UTC
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.
Attachments (0)
Change History (2)
Changed October 06, 2014 07:44PM UTC by comment:1
owner: | → tj |
---|---|
status: | new → pending |
summary: | Provide option to cancel the resize during operation in resizable → Resizable: Add a cancel() method |
Changed October 21, 2014 09:00AM UTC by comment:2
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!
What's your use case for wanting a
method? As an fyi we're planning on removing the method from some of our interactions, because generally speaking it's bad UX to cancel an in-progress user interaction.