Opened 12 years ago
Closed 10 years ago
#6151 closed bug (worksforme)
Resizable: Quickly moving stops resizing but still fires resize callback
Reported by: | be.davestein | Owned by: | be.davestein |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In FF, Safari, and Chrome resizing and then quickly dragging outside of the resizable will stop it from resizing. Meanwhile the resize callback will continue to be fired while the object visibly does not change. Can easily be tested from demo:
http://docs.jquery.com/UI/Resizable
Just click, and drag quick up past the resizable and move your mouse. The resizable will not collapse all the way, and if you move the mouse left or right while outside the box no resizing happens. This works fine in IE and Opera.
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:2 Changed 10 years ago by
Owner: | set to be.davestein |
---|---|
Status: | new → pending |
comment:3 Changed 10 years ago by
Status: | pending → new |
---|
Yeah I can't seem to make this happen anymore. 2 years is a long time so got fixed somewhere :)
comment:4 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Unfortunately I am unable to recreate the problem you are describing the problem you described both with the original version of jQuery UI this issue was created with (1.8.5) or the most current (1.9.1) - http://jsfiddle.net/tj_vantoll/MEsYF/.
resize
events are fired if you drag the resize handles, but this behavior is clearly specified by the API docs - http://api.jqueryui.com/resizable/#event-resize. If you have any further information to help us recreate this problem please let us know.Thanks for taking the time to contribute to the jQuery UI project!