Skip to main content

Search and Top Navigation

#4911 open feature ()

Opened October 14, 2009 12:28PM UTC

Last modified October 15, 2014 02:06PM UTC

Draggable: Add a refresh method

Reported by: rdworth Owned by:
Priority: major Milestone: 2.0.0
Component: ui.draggable Version: 1.7.2
Keywords: draggable refresh refreshPositions Cc:
Blocked by: Blocking:
Description

Draggable currently has two options for refreshing droppable positions:

  • on drag start (option refreshPositions false)
  • on every drag mousemove (option refreshPositions true)

It would be nice to have something in-between the two, by having a refresh method that could be called when the developer knows it's needed. See

http://groups.google.com/group/jquery-ui/browse_thread/thread/5a1fbb37ab8ef1a9


This should also update dimensions from any other options, such as containment (see #4781).

Attachments (0)
Change History (8)

Changed August 02, 2011 07:59PM UTC by Grioja comment:1

Any word on this? It is very much needed in dynamic pages

Changed August 02, 2011 08:02PM UTC by scottgonzalez comment:2

No new features will be added in 1.8.x, but in reality since interactions are being rewritten, no new features for interactions will land until 2.0.

Changed October 11, 2012 02:49PM UTC by scottgonzalez comment:3

milestone: 1.9.02.0.0

Changed November 04, 2012 05:39PM UTC by jzaefferer comment:4

status: newopen

Should implement this as part of the 2.0.0 rewrite. Probably replacing the current refresh options.

Changed March 01, 2013 01:16PM UTC by scottgonzalez comment:5

description: Draggable currently has two options for refreshing droppable positions: \ \ - on drag start (option refreshPositions false) \ - on every drag mousemove (option refreshPositions true) \ \ It would be nice to have something in-between the two, by having a refresh method that could be called when the developer knows it's needed. See \ \ [http://groups.google.com/group/jquery-ui/browse_thread/thread/5a1fbb37ab8ef1a9]Draggable currently has two options for refreshing droppable positions: \ \ - on drag start (option refreshPositions false) \ - on every drag mousemove (option refreshPositions true) \ \ It would be nice to have something in-between the two, by having a refresh method that could be called when the developer knows it's needed. See \ \ [http://groups.google.com/group/jquery-ui/browse_thread/thread/5a1fbb37ab8ef1a9] \ \ ---- \ \ This should also update dimensions from any other options, such as containment (see #4781).

Changed March 01, 2013 01:16PM UTC by scottgonzalez comment:6

#4781 is a duplicate of this ticket.

Changed October 15, 2014 02:05PM UTC by scottgonzalez comment:7

This should also affect containment.

Changed October 15, 2014 02:06PM UTC by scottgonzalez comment:8

#10660 is a duplicate of this ticket.