-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScrollToResource function not working as expected #7601
Labels
Milestone
Comments
@elizavetaRa I'd expect it work like this - are we on the same page? screenshot_001308-converted.mp4 |
👍 Yes
👍 Yes |
should be fixed via #9145 |
pascalwengerter
added a commit
to pascalwengerter/web
that referenced
this issue
Jul 24, 2023
JammingBen
pushed a commit
that referenced
this issue
Jul 25, 2023
* Fix #7600 && #7601 * Fix useFileActionsCreateNewFolder.spec.ts * Fix unit tests --------- Co-authored-by: Dominik Schmidt <[email protected]>
saw-jan
pushed a commit
that referenced
this issue
Jul 27, 2023
* Fix #7600 && #7601 * Fix useFileActionsCreateNewFolder.spec.ts * Fix unit tests --------- Co-authored-by: Dominik Schmidt <[email protected]>
AlexAndBear
pushed a commit
that referenced
this issue
Aug 15, 2023
* Fix #7600 && #7601 * Fix useFileActionsCreateNewFolder.spec.ts * Fix unit tests --------- Co-authored-by: Dominik Schmidt <[email protected]>
AlexAndBear
pushed a commit
that referenced
this issue
Dec 13, 2023
* Fix #7600 && #7601 * Fix useFileActionsCreateNewFolder.spec.ts * Fix unit tests --------- Co-authored-by: Dominik Schmidt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
1a. By selected resource scroll up outside of the view with this resource and press key "down"
1b. By selected resource scroll down outside of the view with this resource and press key "up"
Expected behaviour
The called
scrollToResource
function shows the resource in the middle of the viewActual behaviour
By 1a the resource is shown in the last row of the visible list. By 1b nothing happens
The text was updated successfully, but these errors were encountered: