-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical scrollbar is shown inside the horizontally scrollable area, which makes it usually out of sight #2045
Comments
Thanks for opening this issue!
|
... or to be consistent with the rest of scrollbar policy, [Expected Outcome] = Vertical scrollbar visible whenever the table's content is higher than its viewport. My only point is only that you should be using a scrollable area with two scrollbars, instead of a vertically scrollable area nested within a horizontally scrollable area. |
🎉 This change has been released in version 5.2.0-alpha.15 |
I attempted to reproduce the issue by adding 3x additional rows and columns, but I couldn't observe the change in the image you posted. It appears that the width has been somehow altered. Generally, the default width remains consistent regardless of the number of columns added. Could you please provide me with the specific values you modified or added to increase the width? |
I did not do any modification actually, I was able to reproduce this issue even in the preview. I'll try to reproduce and give you more details. Opened #2486 to demo. |
🎉 This change has been released in version 5.3.0-beta.1 |
🎉 This change has been released in version 5.3.0-alpha.1 |
🎉 This change has been released in version 5.3.0 |
New Issue Checklist
Issue Description
To see the vertical scrollbar, one has to scroll to the far right of the table, not on the screen, because many tables have many columns, and by going there, one no longer sees whatever horizontal position they were at, and in very wide tables, it may take a while to go back to the spot they were originally at, before looking at the scrollbar. Parse Dashboard is the only app I know that does this (among the ones kind enough to display a scrollbar).
Steps to reproduce
Open any table where columns take more than one screen wide, in any version of Parse Dashboard.
Actual Outcome
Vertical scrollbar only appears when horizontal scrollbar at maximum position (right end).
Expected Outcome
Vertical scrollbar always visible.
Environment
Dashboard
Server
Database
The text was updated successfully, but these errors were encountered: