The "Choose" button for the color picker doesn't seem to do anything
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug When I select a list's color and press "Choose" nothing happens except unfocusing from the color I picked.
To Reproduce Steps to reproduce the behavior:
- Open sidebar
- Click the three dots next to a list
- Click edit list
- Click the color picker
- Click on a color
- Click Choose
Expected behavior The color is set and the popup closes
Screenshots
PS: The color of the list is also slightly obscured, perhaps a different issue.
Client details:
- OS: [e.g. iOS] Mac+Android
- Browser [e.g. chrome, safari] FF (both
- Version [e.g. 22] Deck 1.13.3
- Device: [e.g. iPhone6, desktop] Macbook Pro and Pixel 7
Server details
I don't think this is really relevant since the issue is a small client side bug.Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
Signing status:
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Logs
Nextcloud log (data/nextcloud.log)
N/A
Browser log
No relevant logs seen in the browser
I can reproduce this issue on v28, v29, v30 and master.
I think we need to discuss how to fix it - there are 2 ways:
- Clicking "Choose" button should close the color select pane and does nothing, update api should be called by clicking the save button
- Clicking "Choose" button should close the color select pane and also call the update api to reflect the selected color
I would suggest just to close the color pane and do nothing when we click the "Choose" button.
Personally I think the first one seems more intuitive but either fix would be great
https://github.com/nextcloud-libraries/nextcloud-vue/pull/6336 passed by earlier today.
@luka-nextcloud Maybe you can check if that fixes it already?
Same issue with Deck Version 1.16.1 on NextCloud 32.0.1
The color select pane is closed after clicking "Choose" but the board's color isn't saved when clicking the Save button.