suchnsuch / Tangent

The publicly-available modules of the Tangent project.
65 stars 5 forks source link

Feed view in "start from beginning" mode does not always include all lower items #5

Closed taylorhadden closed 1 year ago

taylorhadden commented 1 year ago

Reported by Dor.

Swapping into “Beginning” from “end” can result in a state where items are not added to the bottom on scroll.

Swapping ascending/descending and back appears to make the problem go away, but I think it’s more to do with how the “current” node is being retained?

taylorhadden commented 1 year ago

This was actually caused by the "load" event being lost on first load when a file's contents were still cached and immediately available.

taylorhadden commented 1 year ago

This is in theory fixed in v0.3.4-beta.1. Waiting on user confirmation.

akadormouse commented 1 year ago

Seems to be working for me now. Though I may have missed something since I dont use it often.

taylorhadden commented 1 year ago

Marking this as closed. If the issue crops up again, it can be reopened.