Skip to content
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

Bug: Wide table horizontal scrollbar appears in the middle of page #738

Closed
chenilim opened this issue Jul 16, 2021 · 7 comments · Fixed by #751
Closed

Bug: Wide table horizontal scrollbar appears in the middle of page #738

chenilim opened this issue Jul 16, 2021 · 7 comments · Fixed by #751
Assignees
Labels
Bug Something isn't working Regression This is a regression from previously working functionality in a released version

Comments

@chenilim
Copy link
Contributor

Steps to reproduce the behavior:

  1. Open a table with a few row but many columns (or resize the browser narrower than its width)
  2. Notice that the horizontal scrollbar appears in the middle of the page

Expected behavior:
The scrollbar (if any) should appear at the bottom of the page

Screenshots:
H table scrollbar

Platform:

  • Focalboard plugin v0.8.1, Chrome 91 on macOS

Additional context:
This is a regression.

@chenilim chenilim added the Bug Something isn't working label Jul 16, 2021
@chenilim
Copy link
Contributor Author

@harshilsharma63, could you help investigate this? It appears to be a regression, and may be related to recent CSS changes. Thanks.

@chenilim chenilim added the Regression This is a regression from previously working functionality in a released version label Jul 16, 2021
@kamre
Copy link
Contributor

kamre commented Jul 18, 2021

Regression was introduced in #586 when overflow: auto was added to &.octo-table-body

@kamre
Copy link
Contributor

kamre commented Jul 19, 2021

@harshilsharma63 @chenilim if the width of the browser window is small enough there will be two scroll bars at the bottom:
GH-738-TwoScrollBars
Is this the expected behaviour?

@kamre
Copy link
Contributor

kamre commented Jul 19, 2021

@harshilsharma63 by the way there is the same scroll bar in the middle for the board view (windows app on the current main):
image
May be its worth to add flex for &:last-child in centerPanel.scss

@kamre
Copy link
Contributor

kamre commented Jul 30, 2021

@harshilsharma63 @chenilim kanban board has the same issue with scrollbar in the middle of page.

Should this issue be reopened or a new one created?

@chenilim
Copy link
Contributor Author

chenilim commented Aug 5, 2021

Hi @kamre, sorry for the delay. Are you still seeing issues on the build in main? If so, please file a new issue, thanks!

@kamre
Copy link
Contributor

kamre commented Aug 5, 2021

Hello @chenilim, kanban horizontal scrollbar in the middle of page was fixed in #825

For double scrollbars I have filed #889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Regression This is a regression from previously working functionality in a released version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants