You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fine when window is supplied as the container, but will not fire when an alternate element is supplied.
There are a number of approaches for detecting element size change of non-window elements that could be integrated to correctly trigger this.refreshState.
Happy to submit a PR if you wanted to choose which lib you liked best.
The text was updated successfully, but these errors were encountered:
haxxxton
changed the title
[Bug/Feature Request] Resize Event Listener not appropriate when container option specified
[Bug/Feature Request] Resize Event Listener not appropriate when container option not window
May 23, 2017
Currently VirtualList attaches to the 'resize' event on the supplied container option.
This is fine when
window
is supplied as the container, but will not fire when an alternate element is supplied.There are a number of approaches for detecting element size change of non-window elements that could be integrated to correctly trigger
this.refreshState
.Happy to submit a PR if you wanted to choose which lib you liked best.
The text was updated successfully, but these errors were encountered: