I got this small problem using gantt component into an angular directive
this is what my directive is doing (the angular directive is named ganttControl):
scope.$watch(‘operationlist.data’, function () {
if (scope.operationlist != null) {
gantt.init(attrs.id);
gantt.parse(scope.operationlist);
}
});
this is the way I’m using this directive
when It runs the first time everything is ok, but when I leave the page where the gantt control is and come back again the gantt is hanging, I cannot scroll down or make any other thing, I wonder what I’m doing wrong.
If anybody has an idea of what I’m doing wrong, please help me up.
It seems that situation with non-operational scrolling is back in new IE11. Dragging scroll works, however clicking on a scroll produces no result. Could you guys please take a look?
Thank you
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan