support
support copied to clipboard
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...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=44&t=28686&p=144470#p144470) Reproducible here https://bryntum.com/products/schedulerpro/examples/embedded-chart/ 1. Run this in the browser console ```javascript schedulerPro.allowOverlap = true; ``` 2. And try making an event overlap 3. And here is how it...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=52&t=28597&p=144479#p144479) When trying to override the dependencyStore inside the wrapper of the React (both direct in BryntumGantt or BryntumGanttProjectModel), the custom dependency store doesn't update correctly, as you can...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28172) Suggestion. Zone's `updateHit` to be: ``` updateHit(hit) { const me = this, drag = me.dropping, mode = hit && drag[eventDragSym]; // Fire `move` event passing hit data to...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=52&t=28755&p=144662#p144662) Hello, I would like to confirm if this is intended behaviour or a bug since it is different than MS Project and Gantt ExtJs. Milestone tasks are not...
- [x] Add `body` param - [ ] Warn if `params` used with GET/HEAD leading to too long URL - [x] Tests / Docs Should merge with our current params,...
To hopefully have it available when user opens the editor, without affecting load time for other more high prio resources. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/prefetch `` Looks like it is mainly a few files...
https://forum.bryntum.com/viewtopic.php?p=144449#p144449 Steps to reproduce: 1. Go to advanced demo https://bryntum.com/products/gantt/examples/advanced/ 2. Add this config to app.js ``` project : { stm : { autoRecord : true }, validateResponse : true,...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=51&t=28745&p=144649#p144649) Hi Bryntum team, On mobile we have scrolling glitches inside Scheduler and Gantt: when scrolling horizontally, tasks can be dragged and dropped horizontal, causing "glitches" behavior. How to...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=54&t=28711&p=144505#p144505) Hello, I want to know if there is a way to custom the Header Cell, where the day is displayed (add some text beside the day for example)...