Skip to content

rebase to future changes in main repo #21

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

Merged
merged 9 commits into from
Jul 11, 2022
Merged

Conversation

monadav
Copy link

@monadav monadav commented Jul 11, 2022

Thanks for contributing to react-virtualized!

Before submitting a pull request, please complete the following checklist:

  • The existing test suites (npm test) all pass
  • For any new features or bug fixes, both positive and negative test cases have been added
  • For any new features, documentation has been added
  • For any documentation changes, the text has been proofread and is clear to both experienced users and beginners.
  • Format your code with prettier (yarn run prettier).
  • Run the Flow typechecks (yarn run typecheck).

Here is a short checklist of additional things to keep in mind before submitting:

  • Please make sure your pull request description makes it very clear what you're trying to accomplish. If it's a bug fix, please also provide a failing test case (if possible). In either case, please add additional unit test coverage for your changes. :)
  • Be sure you have notifications setup so that you'll see my code review responses. (I may ask you to make some adjustments before merging.)

yamadapc and others added 9 commits April 8, 2021 08:55
Fixes a bug that happens when trying to react to "header height" changes
with WindowScroller.

The documentation currently points to calling WindowScroller::updatePosition,
however, while that updates the cached position on the WindowScroller
instance variables, it does not update the scrollTop state variable.

This causes virtual-lists linked to it to not properly render immediately after
a header height change; only after a subsequent scroll event.
After further testing, I've found that after `handleWindowScrollEvent`
is called we also need to force the `isScrolling` state variable to turn
back to false (otherwise there might be issues with rendering rows that
depend on `isScrolling`).
* Fix issue with unused import being emitted

* Fix import
* Fix grid roles for accessbility

* Add test for gridcell role
@monadav monadav requested a review from MosheZemah July 11, 2022 13:29
@monadav monadav merged commit f11fd2c into DaPulse:master Jul 11, 2022
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.