Open
Bug 1437787
Opened 8 years ago
Updated 3 years ago
scrollbar is disappearing
Categories
(Core :: Layout, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: cs09gi, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
1. create table as resizable each row and column.
2. try minimize the column height less than scrollbar
Actual results:
scrollbar disappeared though it is scrollable
Expected results:
scrollbar shouldn't be removed if the area is scrollable. or should be scrollable if there's no scrollbar.
| Reporter | ||
Comment 1•8 years ago
|
||
test table's here: https://nhnent.github.io/tui.calendar/latest/tutorial-example01-basic.html
| Reporter | ||
Comment 2•8 years ago
|
||
fix typo: should be scrollable => shouldn't be scrollable
Comment 4•6 years ago
|
||
If the height of the block is under 34px on Windows, the scrollbar is not displayed event if the CSS property overflow-y is auto or scroll.
Press on the buttons in the test case to test.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•