-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: scroll to the next not fully visible item on button click * fix: revert scrollToItem change and use scroll instead * refactor: revert refactoring * fix: remove full visibility check and handle rounded zero scroll * fix: fix tests and add partial visibility check flag * fix: update full visibility check boundary * fix: expand workaround case and refactor * test: add test for scroll buttons getting stuck * test: refactor the tests to not check visibility for buttons and items * fix: delete previously removed argument * fix: increase test approximation deltas * fix tests to handle sub-pixel scrolling values --------- Co-authored-by: Ugur Saglam <[email protected]> Co-authored-by: Sascha Ißbrücker <[email protected]>
- Loading branch information
1 parent
c3a3d90
commit 52a1201
Showing
2 changed files
with
163 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters