Skip to main content

Search and Top Navigation

#5547 closed enhancement (fixed)

Opened April 25, 2010 08:41PM UTC

Closed June 10, 2011 08:53PM UTC

Last modified June 10, 2011 10:06PM UTC

Transfer effect to fixed positioned element

Reported by: josh3736 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.8
Keywords: transfer fixed position Cc:
Blocked by: Blocking:
Description

When transferring to a fixed positioned element (or a child of a fixed positioned element), the effect is still absolutely positioned. If the user scrolls while the effect is running, the effect does not end at the target element -- it ends where the element ''was'' before scrolling.

It would be nice if the transfer effect would statically position its div if the

 to 
element is fixed positioned or the child of a fixed positioned element.

Attachments (0)
Change History (6)

Changed April 26, 2010 04:04AM UTC by josh3736 comment:1

Whoopsie! Back up a second -- totally meant elements with a

fixed
position, not
static
.

Sorry about that - I'm a little burnt out at the moment. Can the ticket be corrected?

Changed March 08, 2011 08:26PM UTC by gnarf comment:2

summary: Transfer effect to statically positioned elementTransfer effect to fixed positioned element

Changed March 28, 2011 05:36PM UTC by gnarf comment:3

description: When transferring to a statically positioned element (or a child of a statically positioned element), the effect is still absolutely positioned. If the user scrolls while the effect is running, the effect does not end at the target element -- it ends where the element ''was'' before scrolling. \ \ It would be nice if the transfer effect would statically position its div if the {{{ to }}} element is statically positioned or the child of a statically positioned element.When transferring to a fixed positioned element (or a child of a fixed positioned element), the effect is still absolutely positioned. If the user scrolls while the effect is running, the effect does not end at the target element -- it ends where the element ''was'' before scrolling. \ \ It would be nice if the transfer effect would statically position its div if the {{{ to }}} element is fixed positioned or the child of a fixed positioned element.
keywords: transfer static positiontransfer fixed position
status: newopen

Changed May 20, 2011 07:02AM UTC by tomykaira comment:4

https://github.com/jquery/jquery-ui/pull/318

I made a patch. check the target is fixed or not, and consider scrolling.

Changed June 10, 2011 08:53PM UTC by tomykaira comment:5

resolution: → fixed
status: openclosed

Effects.transfer: check the target is fixed or not, and consider scrolling. Fixed #5547 - Transfer effect to fixed positioned element.

Changeset: 3e0d3c9225913db2f5aa8cd48ff29efa95f1feab

Changed June 10, 2011 10:06PM UTC by gnarf comment:6

milestone: TBD1.9