| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
reviewed: Summary: Fixes the virtualized select list "losing" options during large scrolls (#5340). The root cause was that VirtualizedItemList.getVisibleRange() computed the visible window using a fixed 40px row height, while the actual DOM positioning (getTotalHeight() / getOffsetTop()) used variable heights via getVirtualItemHeight(). On lists with taller rows (items with instructions), the two drifted apart and the rendered slice no longer matched where items were placed — producing blank gaps / vanishing options on long scrolls. Verdict: Approve. The fix is correct and well-scoped. What's good Minor (non-blocking) |
Sorry, something went wrong.
|
checked @robinsowell if it works for you as well left comment and I'll approve it |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
#5340
Where large scrolls could eventually 'lose' the options.