Open arjansh opened 8 years ago
This is similar with https://github.com/datacleaner/DataCleaner/issues/1040.
But I guess #1040 is fixed now ... So @arjansh can you please confirm that this is still the case on master branch?
@kaspersorensen I just re-tested this on an updated master branch, but this is not fixed by #1040. The problem here is not that the scrollbar thumb is too small, it is not there at all. It seems like the panel's size isn't recalculated when a larger (or smaller) table is loaded into it. If you resize the window, the panel's size is recalculated and the scrollbar appears.
OK good to have that clarification, thanks.
When inspecting a large set of unique values in the results of a Value distribution analysis the panel itself is not resized, as a result of which no scrollbar appears and you cannot scroll through the results. When you resize the window a scrollbar appears. Vice versa, when you go back from the large set of unique values to the value distribution overview, the scrollbar doesn't disappear until you either resize the window or try to use the scrollbar.
Steps to reproduce
Notice that the table is bigger than the window and there is no scrollbar (not even a tiny one). If you resize the window, a scrollbar appears.