Search found 133 matches

Ext JS Version - ext-6.0.2 Gantt Version - gantt-pro-5.0.5 Browser version - IE11 Description So my page has an object tag from where I am trying to load my Gantt app. While debugging the extjs I found that DOC.activeElement is not accessible because of some permission denied error. Please check th...
Hi,

Is Bryntum Gantt supported to view and edit on touch/mobile device ? I am referring following versions

1:
Bryntum:5.0.5
EXTJS: 6.0.2
2:
Bryntum:3.0.12
EXTJS:5.1.0

Thanks,
Pravin More
Hi Terence,

Thanks for quick response, how can i customize it to show %complete in number of working days ?

Thanks,
Pravin More
Hi, We have been found that %Complete of the task displays incorrectly on Chart in case of weekends. It is reproducible Bryntum Advance examples of 3.x and 5.x. Please refer attached 5.x Advance example screenshot with comments. Bryntum: 5.x/3.x Sencha:6.x/5.x Browser: IE11/FF/Chrome Thanks, Pravin ...
It seems the issue is occuring only when the skipWeekendsDuringDragDrop is set to false . I have attached the advanced example with the following setting in the Gantt.js.
  skipWeekendsDuringDragDrop : false, 
But in my case I am using the following calendar - calendar : new Gnt.data.calendar.BusinessTime({ name : 'General', calendarId : 'General' }), As per this the EndDate should be 2017-01-30T17:00:00. https://bryntum.com/products/gantt-for-extjs/docs/#!/api/Gnt.data.calendar.BusinessTime
After resizing the task, the record is not reflecting the correct new EndDate. In the attached .gif example I am trying to stretch one of the task till 30th Jan 2017. But the EndDate I am getting in the taskRecord is 31st Jan 2017. To print the updated End Date I added the following listener in the ...
Hi Maxim,

Thanks for the information, is there any patch/workaround that you can suggest ?

Regards,
Pravin More
Hi Maxim,

Please find attached exact IE version that I am using.
Also, it is sporadically reproduces on Chrome(58.0.3029.110 (64-bit)) too.

Thanks,
Pravin More
Hi Maxim, Please find attached Bryntum 3.0.12 advance example in which it is reproducible. It has following modifications 1: advanced.html is modified to refer "ext-all.js" locally as facing issue to refer cdn of it. 2: Gantt.js is modified to add " columnLines : true" Thanks, Pr...