#728 closed defect (fixed)
[lfx] slideTo/By does not work if element is not absolutely/relatively positioned.
Reported by: | Owned by: | Bryan Forbes | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | lfx slideTo slideBy | Cc: | |
Blocked By: | Blocking: |
Description
The slideTo and slideBy methods do not work on an element unless the element has:
position: relative;
or
position: absolute;
specifically declared in the CSS.
If the code requires the element to be positioned absolutely or relatively for it to work, then it should take care of this automatically, even on elements that aren't declared as position: relative/absolute.
The majority of elements on pages are not absolutely or relatively positioned, so this really limits the usefulness of the effect.
Note: See
TracTickets for help on using
tickets.
Fixed in 4289.