dhilt / vscroll

A JavaScript Virtual Scroll Engine

Home Page:https://dhilt.github.io/vscroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with first/lastVisible

dhilt opened this issue · comments

Both firstVisible and lastVisible adapter properties may produce sporadic errors resulting in "HTML element is not defined" message which makes the UI broken.

  • in this case the error should not be critical (fixed by #41)
  • need to reconsider "wanted" contained on the Adapter, as it seems first/lastVisible are always requested by the Adapter in the end of the vscroll workflow cycle, even if there were no explicit calls for these props (fixed by #40 and #41)