dalestone / angular2-gantt

A gantt library written in angular
MIT License
67 stars 38 forks source link

adding multiple tasks using the create button does not allow for scrolling vertically #12

Closed gnasit closed 7 years ago

gnasit commented 7 years ago

By clicking the create task button, the tasks get created and get added to the task list under Project component but adding additional task, scrolling vertically is not possible.

please see below image

image

gnasit commented 7 years ago

if you see there are 3 tasks under the Project title but in the gantt, there are only two tasks, can't scroll further so don't know whether the third got added or not.

dalestone commented 7 years ago

Thanks this will be in the next update. The gantt grid data height and scroll height are now in sync and add an extra height of whatever the row height is set as. vertical_scroll

dalestone commented 7 years ago

It is now set to row height * 3 as I spotted a quirk in the hours zoom mode. Further improvements will probably need to be made.