-
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
Adjust recycle scroller item size #3100
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
restarted build |
tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature:63 |
test also fails consistently locally. when I revert the row height change it passes again. really weird, maybe related to the "scroll to" logic |
with VNC enabled, the test passes... maybe because it runs slower :'( |
now cannot reproduce it locally any more. I was about to use a trick: add a maybe next time... |
A recent library update in ODS for the recycle scroller seem to have changed the logic or calculation of the height. This fix accomodates for that change and restores the row height to a correct value.
rebased and added changelog. somehow I can't reproduce the failure locally any more... :-/ |
hmmm, and now suddenly the file actions tests have trouble finding the button with iphone: tests/acceptance/features/webUIRestrictSharing/restrictReSharing.feature:21 but it worked before the last rebase 🤦♂️ |
Remove share time and collaborators/owner columns on small screens. Fixes test issues with iPhone form factor where the file actions button was not visible any more.
Wait for virtual scroller to appear before attempting to scroll, as sometimes it is not initialized yet despite the table container being visible already. Fixes some issues where the scroll container was not found within the JS scrolling code that is run in the browser.
Test should pass now after fixing responsive mode for shared file lists. Also fixed tests to properly wait for the file list recycle scroller to be visible. Bonus: removed changelog from webpack watcher. |
A recent library update in ODS for the recycle scroller seem to have
changed the logic or calculation of the height.
This fix accomodates for that change and restores the row height to a
correct value.
Description
Related Issue
Fixes #3099
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Before
After
Types of changes
Checklist: