Uncaught TypeError: r.ion is not a function
at ColumnDragToolbar.construct (gantt.module.min.js:12:224361)
at r.construct (gantt.module.min.js:53:26384)
at new Base$1 (gantt.module.min.js:10:24199)
at new t (gantt.module.min.js:10:42396)
at new ColumnDragToolbar (gantt.module.min.js:12:224134)
at Object.get (gantt.module.min.js:53:26423)
at Function.values (<anonymous>)
at Timeline.setGridClassList (gantt.module.min.js:53:88959)
at Timeline.finishConfigure (gantt.module.min.js:53:88212)
at Timeline.setConfig (gantt.module.min.js:10:27131)
gantt.module.min.js:53 Uncaught Error: Feature 'fillHandle' not available, make sure you have imported it
at set features (gantt.module.min.js:53:24581)
at set features [as features] (gantt.module.min.js:53:621956)
at Gantt.get (gantt.module.min.js:10:19962)
at Gantt.hasFeature (gantt.module.min.js:53:25057)
at Gantt.beginGridMeasuring (gantt.module.min.js:53:94835)
at Gantt.measureRowHeight (gantt.module.min.js:53:95755)
at Gantt.changeRowManager (gantt.module.min.js:53:80204)
at Gantt.set (gantt.module.min.js:10:19504)
at Gantt.get (gantt.module.min.js:10:20268)
at ResourceAssignmentColumn.construct (gantt.module.min.js:53:1144316)
I see some 404 regarding some JS files, but none like the error you mentioned, that happens on loading or the users are having this error trying to do some action??
Attachments
Screenshot 2023-03-31 at 16.41.38.png (370.87 KiB) Viewed 166 times
Then it works for you. We have random users that it does not work for. I was able to now repro it for me. Can you try again. I set columnReorder: false. If I set to true then it is random error for some people. But setting to false seems to provide a more consistent error.
I got the error that you mentioned, but we would need more information about your configuration, could you please provide more details regarding your implementation? If you could reproduce that in one of our examples, that would be nice too.
It isnt the same message but it does error. Go to your advanced example and in the features add columnReorder: false, columnDragToolbar : true, if I remove columndragtoolbar feature it seems to fix it?