Ticket #4679 (closed bug: fixed)
Dialogs should remember their position after drag
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.8 |
| Component: | ui.dialog | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
comment:1 Changed 4 years ago by scott.gonzalez
- Summary changed from Dialgos should remember their position after drag to Dialogs should remember their position after drag
comment:3 Changed 4 years ago by scott.gonzalez
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 4 years ago by wewals
-
attachment
fixForTicket4679_2.diff
added
Second attempt (this one saves the position relative to the window)
Note: See
TracTickets for help on using
tickets.

