Skip to main content

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)
  • fixForTicket4679.diff (0.7 KB) - added by wewals July 17, 2009 08:30PM UTC.

    Patch for Ticket 4679

  • fixForTicket4679_2.diff (0.7 KB) - added by wewals July 22, 2009 09:44PM UTC.

    Second attempt (this one saves the position relative to the window)

Change History (5)

Changed July 14, 2009 02:07AM UTC by scottgonzalez comment:1

summary: Dialgos should remember their position after dragDialogs should remember their position after drag

Changed July 17, 2009 08:31PM UTC by wewals comment:2

Changed July 18, 2009 04:48PM UTC by scottgonzalez 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 wewals comment:4

Will do

Changed July 23, 2009 02:48AM UTC by scottgonzalez comment:5

resolution: → fixed
status: newclosed

Fixed in r2961. Thanks wewals.