Search and Top Navigation
#4679 closed bug (fixed)
Opened July 14, 2009 02:06AM UTC
Closed July 23, 2009 02:48AM UTC
Dialogs should remember their position after drag
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On drag stop, the position option should be updated. See jquery-ui-dev thread.
Also, as noted in the thread, we should put together some sample code showing how to keep the original position on each open.
Attachments (2)
Change History (5)
Changed July 14, 2009 02:07AM UTC by comment:1
summary: | Dialgos should remember their position after drag → Dialogs should remember their position after drag |
---|
Changed July 17, 2009 08:31PM UTC by comment:2
Changed July 18, 2009 04:48PM UTC by comment:3
This should remember position relative to the window. The current patch remembers position relative to the document. Settings options.position to the current position within the window on drag stop should work.
Changed July 20, 2009 11:35PM UTC by comment:4
Will do
Changed July 23, 2009 02:48AM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r2961. Thanks wewals.