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
53 stars 6 forks source link

Drag and fill creates unexpected/invalid values when dragging horizontally #9789

Closed khattakdev closed 2 weeks ago

khattakdev commented 1 month ago

Forum post

Hi,

I observed the following unexpected behaviour (reproducible with advanced example 5.6.12 and 6.x): The FillHandle feature is activated. Columns "Start Date" and "% Done" are side by side. Now I select a cell in the start date column and drag it horizontally to the % done cell. As result, % done gets a new value of several millions %.
My expectation is that only valid values are copied, like date to date, checkbox to checkbox, number to number, string to string etc..

See my screenshots below: I dragged the start date value to the right. => Duration remains unchanged. => Manually scheduled is checked now. => % Done gets an invalid value.

Is it possible to avoid it? Start position Result after dragging to the right