Changes between Initial Version and Version 3 of Ticket #5547
- Timestamp:
- Mar 28, 2011, 1:36:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5547
- Property Keywords fixed added; static removed
-
Property
Status
changed from
new
toopen
-
Property
Summary
changed from
Transfer effect to statically positioned element
toTransfer effect to fixed positioned element
-
Ticket #5547 – Description
initial v3 1 When transferring to a statically positioned element (or a child of a staticallypositioned 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.1 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. 2 2 3 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 staticallypositioned element.3 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.