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

Table vertical scroll is improperly disabled when ghost cells are visible #4765

Closed
nadia26 opened this issue Jun 16, 2021 · 0 comments · Fixed by #5113 or #5251
Closed

Table vertical scroll is improperly disabled when ghost cells are visible #4765

nadia26 opened this issue Jun 16, 2021 · 0 comments · Fixed by #5113 or #5251

Comments

@nadia26
Copy link

nadia26 commented Jun 16, 2021

Environment

  • Package version(s): at least "@blueprintjs/table": "3.5.0" - 3.8.33
  • Operating System: OSCatalina 10.15.7
  • Browser name and version: Chrome 91.0.4472.101

Code Sandbox

https://codesandbox.io/s/blueprint-sandbox-forked-kpx0r?file=/src/index.tsx

Steps to reproduce

  1. create a table
  2. enable ghost cells
  3. restrict the table height such that the last row is only partially visible

Actual behavior

Vertical scrolling is disabled

Expected behavior

Scrolling should be enabled, to reveal the rest of the row.

Possible solution

Some tweak to the shouldDisableVerticalScroll function here

private shouldDisableVerticalScroll() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant