react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

Fix autosizer pass incorrect size when browser zoom out

Open ichimurayukieca opened this issue 5 years ago • 1 comments

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.)

When browser zoom out < 100% , scrollListener is not called, and not be calculated correct size.

ichimurayukieca avatar Jan 13 '21 02:01 ichimurayukieca

when is this going to be merged? how can we bypass this issue until it is released?

clazares3pg avatar Jan 18 '22 11:01 clazares3pg