Opened 14 years ago
Closed 14 years ago
#4679 closed bug (fixed)
Dialogs should remember their position after drag
Reported by: | Scott González | 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 (7)
comment:1 Changed 14 years ago by
Summary: | Dialgos should remember their position after drag → Dialogs should remember their position after drag |
---|
Changed 14 years ago by
Attachment: | fixForTicket4679.diff added |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
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 14 years ago by
Attachment: | fixForTicket4679_2.diff added |
---|
Second attempt (this one saves the position relative to the window)
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r2961. Thanks wewals.
Note: See
TracTickets for help on using
tickets.
Patch for Ticket 4679