Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#5547 closed enhancement (fixed)

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 (last modified by Corey Frang)

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.

Change History (6)

comment:1 Changed 13 years ago by josh3736

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?

comment:2 Changed 12 years ago by Corey Frang

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

comment:3 Changed 12 years ago by Corey Frang

Description: modified (diff)
Keywords: fixed added; static removed
Status: newopen

comment:4 Changed 12 years ago by tomykaira

https://github.com/jquery/jquery-ui/pull/318 I made a patch. check the target is fixed or not, and consider scrolling.

comment:5 Changed 12 years ago by tomykaira

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

comment:6 Changed 12 years ago by Corey Frang

Milestone: TBD1.9
Note: See TracTickets for help on using tickets.