I'm not sure yet. Fixed positions is something the offset() method of dimensions (now in core) doesn't support yet, so it will probably take some time. But never say no :)
Paul
On 9/21/07, Gonzo <scott.gonza...@gmail.com> wrote:
> Is there any plan to support fixed positioning in the Draggables > plugin?
> I'm not sure yet. Fixed positions is something the offset() method of > dimensions (now in core) doesn't support yet, so it will probably take some > time. But never say no :)
> I'm not sure yet. Fixed positions is something the offset() method of > dimensions (now in core) doesn't support yet, so it will probably take some > time. But never say no :)
> Paul
> On 9/21/07, Gonzo <scott.gonza...@gmail.com> wrote:
> > Is there any plan to support fixed positioning in the Draggables > > plugin?
> Good news ... Rev 3418 adds fixed position support! :)
> -- > Brandon Aaron
> On 9/21/07, Paul Bakaus < paul.bak...@googlemail.com> wrote:
> > I'm not sure yet. Fixed positions is something the offset() method of > > dimensions (now in core) doesn't support yet, so it will probably take some > > time. But never say no :)
> > Paul
> > On 9/21/07, Gonzo <scott.gonza...@gmail.com> wrote:
> > > Is there any plan to support fixed positioning in the Draggables > > > plugin?
Brandon: Thanks, I tested with the latest version of offset.js and it fixes the problem of the element "jumping" when you start dragging. This change will be released with jQuery 1.2.2, correct?
Paul: The Draggables plugin will need to be updated to keep the fixed positioning after the dragging. It currently gets changed to absolute positioning.
On Sep 21, 4:46 pm, "Brandon Aaron" <brandon.aa...@gmail.com> wrote:
On 9/21/07, Gonzo <scott.gonza...@gmail.com> wrote:
> Brandon: Thanks, I tested with the latest version of offset.js and it > fixes the problem of the element "jumping" when you start dragging. > This change will be released with jQuery 1.2.2, correct?
> On 9/21/07, Gonzo <scott.gonza...@gmail.com> wrote:
> > Brandon: Thanks, I tested with the latest version of offset.js and it > > fixes the problem of the element "jumping" when you start dragging. > > This change will be released with jQuery 1.2.2, correct?
> I found a bug where if u set an element as draggable twice - u > couldn't draggableDestroy it.
> On Sep 22, 1:35 am, "Brandon Aaron" <brandon.aa...@gmail.com> wrote: > > On 9/21/07, Gonzo <scott.gonza...@gmail.com> wrote:
> > > Brandon: Thanks, I tested with the latest version of offset.js and it > > > fixes the problem of the element "jumping" when you start dragging. > > > This change will be released with jQuery 1.2.2, correct?