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

[DATA GRID] Fix fullscreen scrolling issues #4477

Merged
merged 3 commits into from
Feb 4, 2021

Conversation

snide
Copy link
Contributor

@snide snide commented Feb 2, 2021

Summary

Solves the worst offender in #4458

Fixes the horizontal scrolling issues that the grid has when it full-screen. It has some performance issues at present that @chandlerprall is gonna check into (see comment below, it might be fine).

image

Checklist

  • Check against all themes for compatibility in both light and dark modes
  • Checked in mobile
  • Checked in Chrome, Safari, Edge, and Firefox
  • Props have proper autodocs and playground toggles
  • Added documentation
  • Checked Code Sandbox works for the any docs examples
  • Added or updated jest tests
  • Checked for breaking changes and labeled appropriately
  • Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_4477/

@snide
Copy link
Contributor Author

snide commented Feb 3, 2021

jenkins test this

@snide snide changed the title Fix fullscreen scrolling issues [DATA GRID] Fix fullscreen scrolling issues Feb 3, 2021
@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_4477/

Copy link
Contributor

@chandlerprall chandlerprall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chandlerprall is gonna check into (see comment below, it might be fine)

I don't notice any performance impacts from this PR. Having a fullscreen grid is still expensive to render while scrolling, but that isn't introduced by these changes.

Changes LGTM! Tested various examples with this changeset.

@chandlerprall chandlerprall merged commit b52816a into elastic:master Feb 4, 2021
@snide snide deleted the grid/fixfullscreen branch February 4, 2021 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants