Uh oh!
There was an error while loading. Please reload this page.
fix(files): fix list gap at bottom - #47500
Conversation
elzody
commented
Aug 26, 2024
/backport to stable30 |
elzody
commented
Aug 26, 2024
/backport to stable29 |
elzody
commented
Aug 26, 2024
/backport to stable28 |
I guess the calculation of the height changed at some point and we forgot to remove the beforeHeight. 🤔
EDIT: just did, it's perfect! 👍 |
skjnldsv
commented
Aug 27, 2024
/compile amend-rebase / |
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
200a64c to
99221f2Comparesusnux
commented
Aug 27, 2024
Last time I touched that logic and copy-pasted but shame on me I did not tested with recommended-files or text installed 🙈 |
susnux
commented
Aug 27, 2024
Did you also test with a fileid in the URL? So that the scrolling still works? Because the scroll position still takes |
elzody
commented
Aug 27, 2024
@susnux I just gave it a whirl, it seems like it still auto-scrolls so the selected file is still visible. |
Summary
Due to a dynamic CSS property in the
VirtualList.vuecomponent, there was extra space after the final file in the list whenever the rich workspace is active. This PR removes the naughty part of the height calculation as specified in the issueScreenshots
Before
After
Checklist