alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

pageDataFetch not happen when in browser using zoom 110% #169

Open vladyslav-pavluchynskyi opened 4 years ago

vladyslav-pavluchynskyi commented 4 years ago

When I try to change zoom in my chrome browser fetching data stop to propagate. My gif from your example. In my case, it happens when I choose 110% and more. ezgif com-video-to-gif (3)

alsoscotland commented 4 years ago

@vladyslav-pavluchynskyi Unfortunately I do not have the bandwidth at the moment to work on react-super-select. The page fetch is triggered based on a mouseMove. In the gif you posted I do not see the mouse approaching the bottom of the dropdown. If you have time to contribute a fix try looking at how the _onMouseMove method handles the scrollTop/scrollHeight calculations