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

Snap with week resolution results in jittery behavior #2711

Open
matsbryntse opened this issue Apr 21, 2021 · 0 comments
Open

Snap with week resolution results in jittery behavior #2711

matsbryntse opened this issue Apr 21, 2021 · 0 comments
Labels
bug Something isn't working forum Issues from forum premium

Comments

@matsbryntse
Copy link
Member

Forum post

Hello- We are noticing an issue when using the Drag Resize in the week timeline view. When attempting to drag either side, the drag movement is not smooth and consistent like it is on the day timeline view. Upon looking further and enabling the tooltip, I notice that the end date has time associated with it, which I believe to be the causing of the behavior, as day view doesn't have this and works smoothly.

Here is an example of the inconsistent & undesired behavior we are seeing:
Week View not working as expected

Here is how it's working with day view, as expected:
Day View working as expected

The week view preset is set as follows:

tickWidth: 75,
      shiftIncrement: 1,
      shiftUnit: 'week',
      timeResolution: {
        unit: 'week',
        increment: 1,
      },

Our day view preset, where the behavior is smooth and consistent, is set as follows:

tickWidth: 65,
      shiftIncrement: 1,
      shiftUnit: 'day',
      timeResolution: {
        unit: 'day',
        increment: 1,
      },

Week View not working as expected
Day View working as expected

@matsbryntse matsbryntse added bug Something isn't working premium forum Issues from forum labels Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum premium
Projects
None yet
Development

No branches or pull requests

1 participant