nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

right sidebar moves up and down while resizing the window

Open schiessle opened this issue 3 years ago • 6 comments

Tested on c.nc.com with NC25RC1

When I resize the window the right sidebar (chat) starts to move around.

grafik

Sometimes I can't even access the chat input field.

schiessle avatar Sep 23 '22 09:09 schiessle

Don't resize :)

nickvergessen avatar Sep 23 '22 10:09 nickvergessen

Also happens in the files app, so it's a bug in the lib

nickvergessen avatar Sep 23 '22 10:09 nickvergessen

Removing position, top and right here solves the issue for me: https://github.com/nextcloud/nextcloud-vue/blob/f1095a644651656ed3a56fddcf760f2b402b3cb0/src/components/NcAppSidebar/NcAppSidebar.vue#L629-L633

raimund-schluessler avatar Sep 23 '22 11:09 raimund-schluessler

At least removing top solves it for me. See #3222

dartcafe avatar Sep 23 '22 11:09 dartcafe

With Deck I saw the same issue with the left sidebar in case it is not the same css rule:

grafik

schiessle avatar Sep 23 '22 15:09 schiessle

Deck is not updated with the latest Vue lib yet, so that's expected

nickvergessen avatar Sep 23 '22 16:09 nickvergessen