-
Notifications
You must be signed in to change notification settings - Fork 510
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
when useWindow=false, resize event is ignored #169
Comments
I tried to reproduce the bug in a macOS High Sierra 10.13.6 and Chrome 68, and I couldn't 🤔 If it still happens to you, could you please upload a gif screenshot to see exactly how to reproduce the bug? Thanks 😄 |
Hi there, I believe an important step is not to scroll before resizing the window. Here you go, it's not a GIF but should be viewable in any browser: not-loading.ogv It still happens to me. Let's see if maybe it's specific to Chrome on Linux? |
Hello again! Although I can't upload my gifs of me reproducing the bug, now I can tell the bug happens also in Chrome and in Safari in Mac 😢 . |
Ah perfect, one step closer to understanding the issue :) |
Thanks for the reproductions, the no-loading.ogv video makes it clear that we currently don't support |
Yes, this is true. It needs to be dynamic for my project. Anyone up for fixing this? I'm pressed for time, but if no one else does it I might try to give it a shot in the weekend |
@danbovey Any solution to this? Many pull requests related is not yet merged. Any specific reason for that? @mikabytes How did you solve it? |
@Alphonse-Indpro Ah two years later. I never got around to fix it. I migrated to Web Components and stopped using React altogether. |
Describe the bug
I'm running infinite scroller within a div. When I resize the window to make it bigger, I can see white space at the end and the loadMore function is never called.
To Reproduce
https://codesandbox.io/s/ojo9vlvp35
Start the page with a very low window height, then when it has finished loading increase the height of the window and see that white space is showing and more items are not loaded.
Expected behavior
Items to be loaded when the parentNode has changed size.
Screenshots
Device (please complete the following information):
ubuntu 18.04, chrome 67
The text was updated successfully, but these errors were encountered: