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

[bug]: Date Input in Gantt is off by one day. #3074

Closed
1 task done
KarloDerEchte opened this issue Dec 11, 2023 · 17 comments
Closed
1 task done

[bug]: Date Input in Gantt is off by one day. #3074

KarloDerEchte opened this issue Dec 11, 2023 · 17 comments
Assignees
Labels
🐛bug Something isn't working 🔥urgent
Milestone

Comments

@KarloDerEchte
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

As you can see, the start day that has been set via the Gantt Diagram is off by one day in the Issue Peek View.

image

image

This issue still exists in master and in 0.14-dev.

Steps to reproduce

  1. Go to Issues
  2. Create a New Issue
  3. Switch to gantt view
  4. Move date via Drag and Drop
  5. Look at the Issue Peek overview and see that it is off by one day.

Browser

Google Chrome

Version

Self-hosted

@vihar
Copy link
Contributor

vihar commented Dec 11, 2023

Thank you for bringing this to our attention, @KarloDerEchte. It appears to be a bug.

Is this happening with every Issue in your project, or just for a few? Additionally, does this fix the issue with responsiveness? Please provide us with this information; it will assist us in resolving the problem.

cc: @aaryan610

@vihar vihar added the 🐛bug Something isn't working label Dec 11, 2023
@KarloDerEchte
Copy link
Author

This is currently happening at any issue, I am off work now so I can give an update on the responsiveness tomorrow.

@KarloDerEchte
Copy link
Author

If I change the size of the page, the issue persists. Both 0.13 and 0.14(dev branch). If you mean that with responsiveness.

@roguefalcon
Copy link

I'm seeing the off by one date issue in several places in the software. For example if I pick December 12th as the Start Date in the Spreadsheet View for a Cycle it will pick December 11th.

@vihar
Copy link
Contributor

vihar commented Dec 12, 2023

thanks @roguefalcon and @KarloDerEchte, this should help us debug. we'll work on a fix shortly.

@vihar vihar added this to the 0.14.1-dev milestone Dec 12, 2023
@anmolsinghbhatia anmolsinghbhatia self-assigned this Dec 14, 2023
@vihar
Copy link
Contributor

vihar commented Dec 14, 2023

@luis-cruzt, @kripainc, @tyleraharrison moving our conversation here from #1992. We are shortly working on a fix for this, we'll update on this shortly.

@emilyastranova
Copy link

@luis-cruzt, @kripainc, @tyleraharrison moving our conversation here from #1992. We are shortly working on a fix for this, we'll update on this shortly.

Awesome, looking forward to it

@jordan-zimmitti-newmile

Hi, glad to see this is being worked on as every date picker seems to be off by one day (exp. selecting Dec 14 shows Dec 13 circled)

That being said just wanted to say how much I love plane so far. This is an amazing project so far and I am excited to see its growth!

@KarloDerEchte
Copy link
Author

What's the status of this issue?

@pablohashescobar
Copy link
Collaborator

@KarloDerEchte, what version are you using I tried the same in the latest version and was unable to replicate it.

@KarloDerEchte
Copy link
Author

@KarloDerEchte, what version are you using I tried the same in the latest version and was unable to replicate it.

I am currently on the latest docker image version.

@pablohashescobar
Copy link
Collaborator

@KarloDerEchte, will check this with the team once and update.

@KarloDerEchte
Copy link
Author

Thank you!

@Huuuze
Copy link

Huuuze commented Jan 24, 2024

@KarloDerEchte, will check this with the team once and update.

We're using 0.14.0 and the issue exists.

@psi-chuffine
Copy link

I can see in the request to the server, the date I select is sent but the UI displays the incorrect date.
image

When editing from the modules screen, the display is off by two and the message sent is off by one.
image

This may stem from a challenge of the JS Date library.

@KarloDerEchte
Copy link
Author

KarloDerEchte commented Mar 6, 2024

Seems to be fixed in 0.16 After a reload it was wrong again

@pushya22
Copy link
Collaborator

pushya22 commented Apr 4, 2024

This issue is resolved in PR #3992

@pushya22 pushya22 closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🔥urgent
Projects
None yet
Development

No branches or pull requests