Changes between Initial Version and Version 1 of Ticket #15364


Ignore:
Timestamp:
Jan 17, 2020, 12:48:07 AM (3 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15364 – Description

    initial v1  
    11Step to reproduce:
    22
    3 1, create a div with this style. "width:840px; height:768px;overflow:scroll;"
    4 2, add 50 sortables in previous step div with this style. "height: 32px;"
    5 3, the div cannot display all, this shows scroll bar.
    6 4, the BUG is the selectable icon displays regardless its father container.
     3 1. create a div with this style. `"width:840px; height:768px;overflow:scroll;"`
     4 1. add 50 sortables in previous step div with this style. `"height: 32px;"`
     5 1. the div cannot display all, this shows scroll bar.
     6 1. the BUG is the selectable icon displays regardless its father container.
    77
    88The icon should NOT overflow father's board.