Skip to content
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

Datepicker does not display sunday column #935

Closed
gjgd opened this issue Mar 23, 2020 · 6 comments · Fixed by #1030
Closed

Datepicker does not display sunday column #935

gjgd opened this issue Mar 23, 2020 · 6 comments · Fixed by #1030
Labels
1 - to develop bug upstream An issue that has to be fixed upstream.
Milestone

Comments

@gjgd
Copy link
Member

gjgd commented Mar 23, 2020

Steps to reproduce

  1. Go to the Task app
  2. Click on a task
  3. Click on "Set start date" or "Set end date"

Expected behaviour

Datepicker should appear and display all the dates

Actual behaviour

Datepicker does not display the sunday column (see screenshot)

The sunday column is there, but is hidden by the section that lists the tasks

Screenshot 2020-03-23 at 17 40 39

Server configuration

Operating system: Ubuntu 18.04.2 LTS

Web server: Apache2

Database: MariaDB

PHP version:

Nextcloud version: (see Nextcloud admin page) 16.0.8

Tasks version: (see Nextcloud apps page) 0.12.1

Updated from an older Nextcloud or fresh install: I updated the Task app from the store, before I didn't have this problem, but I'm not sure which version I had before 0.12.1

Signing status:

No errors have been found.

List of activated apps:

Nextcloud configuration:

Are you using external storage, if yes which one: no

Are you using encryption: yes

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: Firefox 74.0

Operating system: MacOS Catalina 10.15

@raimund-schluessler
Copy link
Member

I can reproduce the issue on certain zoom levels. As a workaround it might help to reduce the zoom level to values below 100% (zoom-out).

@gjgd
Copy link
Member Author

gjgd commented Mar 23, 2020

@raimund-schluessler thanks! A zoom level of 80% works for me to display the full datepicker

@gjgd
Copy link
Member Author

gjgd commented Mar 29, 2020

After a quick investigation, it is due to bumping the https://github.com/nextcloud/nextcloud-vue dependency from v1.3.1 to v1.4.0

@raimund-schluessler
Copy link
Member

Reported it upstream in nextcloud-libraries/nextcloud-vue#998.

@th23x
Copy link

th23x commented Dec 14, 2020

Maybe to provide an interim solution for all people passing by here, while waiting for the upstream fix.

I simply installed Customer CSS Theming app on Nextcloud and added the following CSS, which always should keep the full datepicker in view / accessible:

.app-tasks #app-sidebar .mx-datepicker-main.mx-datepicker-popup { left: auto; }

@gjgd
Copy link
Member Author

gjgd commented Dec 14, 2020

Great fix!

In my case I had to add !important for this CSS directive to override the inline style:
.app-tasks #app-sidebar .mx-datepicker-main.mx-datepicker-popup { left: auto !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - to develop bug upstream An issue that has to be fixed upstream.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants