datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
598 stars 181 forks source link

No scrollbar when inspecting large set of unique values in Value distribution analysis #1073

Open arjansh opened 8 years ago

arjansh commented 8 years ago

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.

arjansh commented 8 years ago

2016-01-19 14_07_53-customers _ analysis results _ datacleaner

ClaudiaPHI commented 8 years ago

This is similar with https://github.com/datacleaner/DataCleaner/issues/1040.

kaspersorensen commented 8 years ago

But I guess #1040 is fixed now ... So @arjansh can you please confirm that this is still the case on master branch?

arjansh commented 8 years ago

@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.

kaspersorensen commented 8 years ago

OK good to have that clarification, thanks.