bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Unable to scroll to the task end date when update the duration greater than current scroll #2950

Open jsakalos opened 3 years ago

jsakalos commented 3 years ago

Confirmed.

Forum post

Hi Team, We are facing an issue where the horizontal scroller not appearing when the project start and end date falls within the scroll limit. Even after changing the duration or end date to max date greater than the scrolling area. We have to click on zoom in/out/fit to make the scroller to appear.

Reproducible in the Advance gantt sample also.

When changing the duration to max say "Install Apache" task duration to 100 days and we can't able to scroll to the task end and scroller stops at "Sun 17 Mar 2019", again we have to click on zoom ctrls to make it scrollable.

see the scroller ends before the task end date

flexdevguy commented 3 years ago

May i know when this is planned for release. We are not able to scroll for certain data condition on initial launch.

matsbryntse commented 2 months ago

@flexdevguy Can you still reproduce this in 6.0+? If so, please let us know how and we'll reopen this ticket

jsakalos commented 2 months ago

This is still reproducible. Steps:

  1. Navigate to https://bryntum.com/products/gantt/examples/basic/
  2. In console: bryntum.query('gantt').taskStore.findRecord('name', 'Install Apache').duration = 100
  3. Try to scroll to the new task's end.

The scrolling stops before reaching the end.

Reopening the ticket.