Open arnowelzel opened 1 year ago
Hi, this is already be resolved in nextcloud vue 7.1.0. However all installed apps need to use that version otherwise it will get overwritten. So this would need to get reported to apps that are still using vue 7.0.0 to below 7.1.0.
Is there any overview which of the core apps are already migrated to Vue 7.1.0 or when an update is planned? The reported issue happens in the files app provided with Nextcloud 25.0.2.
Currently afaics are at least these apps not updated yet: recognize, guests, groupfolders, deck and photos
@nextcloud/office can you take care of recognize and deck? I'll check guests, groupfolders and photos.
Currently afaics are at least these apps not updated yet: recognize, guests, groupfolders, deck and photos
@nextcloud/office can you take care of recognize and deck? I'll check guests, groupfolders and photos.
So the "Files" app in Nextcloud is already updated and the issue will be fixed with the next Nextcloud update (25.0.3 or later)?
So the "Files" app in Nextcloud is already updated and the issue will be fixed with the next Nextcloud update (25.0.3 or later)?
The files app is fixed since 25.0.2. However it depends on the other apps that you have installed.
So the "Files" app in Nextcloud is already updated and the issue will be fixed with the next Nextcloud update (25.0.3 or later)?
The files app is fixed since 25.0.2. However it depends on the other apps that you have installed.
I'm a bit confused here - why does the behaviour of the "Files" app depend on other apps? Does this mean if any app uses an older version of Vue only that version will be used globally?
Does this mean if any app uses an older version of Vue only that version will be used globally?
This is the case unfortuntely regarding the popver that you see there, yes.
Actually the files sharing app should ship its own version of vue and not be affected by other apps unless I miss something, so maybe it is not fully fixed yet?
Actually the files sharing app should ship its own version of vue and not be affected by other apps unless I miss something, so maybe it is not fully fixed yet?
The css is indeed not scoped. See https://github.com/nextcloud/nextcloud-vue/blob/dd1d7630694e6fb16f3a94a6b07d108418156b1d/src/components/NcActions/NcActions.vue#L1178-L1184
However not sure if that is even possible since it overwrites the height of another js lib...
Ah right, we cannot scope that since the element is added to the body rather than the component itself.
⚠️ This issue respects the following points: ⚠️
Bug description
When the browser window is smaller or when you use the mobile view the sharing menu may open upwards. However in this case it is only visible partially and the side area can not be scrolled either - so it becomes mostly useless.
Steps to reproduce
Expected behavior
The side area should be scrollable if needed. Also see #34777 which is a similar problem: since the sharing options can not be scrolled, they become unusable in smaller views.
Installation method
Community Web installer on a VPS or web space
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
(not relevant)