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

Can't select a date exactly a month away #1074

Open
SqAtx opened this issue Mar 26, 2024 · 3 comments
Open

Can't select a date exactly a month away #1074

SqAtx opened this issue Mar 26, 2024 · 3 comments
Labels
bug reproducible-in-git Issues that affect the current dev version

Comments

@SqAtx
Copy link
Contributor

SqAtx commented Mar 26, 2024

When selecting a start date or due date from the date picker, I can't pick a date that has the same day number as today.

For example, today is 2024-03-26. If I open the date picker and go one month forward to April, the 26th is already highlighted:

image

Clicking on it does nothing.

Clicking on any other day correctly populates the date.

@SqAtx SqAtx added bug reproducible-in-git Issues that affect the current dev version labels Mar 26, 2024
@diegogangl
Copy link
Contributor

Looking at https://docs.gtk.org/gtk4/class.Calendar.html doesn't look like there's much we can do about this. The calendar doesn't allow "no day" to be selected

@SqAtx
Copy link
Contributor Author

SqAtx commented May 25, 2024

OK, if you think we can't fix it within GTG, we can close the ticket. I'll look into it more and see if I can open a ticket further down the stack.

@diegogangl
Copy link
Contributor

Yeah, that would be great. Esentially what we need is the day-changed signal to also be fired when clicking on a day that's already been selected. Or maybe some other signal that we can connect to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug reproducible-in-git Issues that affect the current dev version
Projects
None yet
Development

No branches or pull requests

2 participants