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
However this doesn't seem to address the underlying issue that it appears possible to use onScrollToBottom without fixed headers when in reality this simply doesn't work with the current implementation.
We should either:
Support this out the box and ensure our ember infinity scrollContent selector is correct even when lt-scrollable isn't being rendered (not sure this is possible).
Support this by updating our useVirtualScrollbar property to be true when onScrollToBottom is rendered.
Raise a more descriptive error and update the docs to make it clear that you can only use onScrollToBottom event with fixed headers/footers.
The text was updated successfully, but these errors were encountered:
A potential fix for this was raised here:
#674
However this doesn't seem to address the underlying issue that it appears possible to use onScrollToBottom without fixed headers when in reality this simply doesn't work with the current implementation.
We should either:
The text was updated successfully, but these errors were encountered: