#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 )
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
comment:2 Changed 12 years ago by
Summary: | Transfer effect to statically positioned element → Transfer effect to fixed positioned element |
---|
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | fixed added; static removed |
Status: | new → open |
http://jsfiddle.net/gnarf/Afxjf/ - Fiddled
comment:4 Changed 12 years ago by
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
Resolution: | → fixed |
---|---|
Status: | open → closed |
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
Milestone: | TBD → 1.9 |
---|
Whoopsie! Back up a second -- totally meant elements with a
fixed
position, notstatic
.Sorry about that - I'm a little burnt out at the moment. Can the ticket be corrected?