sfa-siard / siard-suite

Other
5 stars 0 forks source link

Bugfix/loading issue in lazy loading table #67

Closed sdbuehlmann closed 10 months ago

sdbuehlmann commented 10 months ago

This PR addresses the issue where it was not possible to scroll to items beyond the 100th item (this problem surfaced while testing the fix for issue #61). The underlying problem was an unusual behavior of scrolling in the table view, which has been fixed in later Java FX versions. For detailed information, please refer to the JavaDoc in the JumpingScrollingPositionIssueConcealer.class.

Although this PR conceals the issue to some extent, it does not provide a definitive solution. Better approaches: