Changes between Version 1 and Version 2 of Ticket #15319


Ignore:
Timestamp:
Nov 4, 2018, 10:36:53 AM (5 years ago)
Author:
Consti P
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15319 – Description

    v1 v2  
    1 The Slide Effect works very beautifully except in the one case where one sets `position: static` on the element to move.
     1The Slide Effect works very beautifully except in the one case where one sets position: static on the element to move.
    22
    3 As `position: static` calculates the margins like `inline-text` and not like any other position the children of these elements shift.
     3As position: static calculates the margins like inline-text and not like any other position the children of these elements shift.
     4
     5Edit: The problem also occurs with the mentioned inline-text. Basically, the slide effect should use position: static instead of absolute when moving the object.
    46
    57https://jsfiddle.net/z6urx3av/