Closed tistvan closed 7 years ago
If I comment out the following lines in GantWidget.notifyHeightChanged the bug disappears:
container.getStyle().setHeight(
height - getTimelineHeight()
- getHorizontalScrollbarSpacerHeight(), Unit.PX);
Pull request merged. Seems to work. Thanks for the patch tistvan!
When the gantt's height is undefined and I add a step to the gantt from a listener, the component doesn't grow. You can reproduce the bug by commenting out gantt.setHeight(500, Unit.PIXELS); line in DemoUI and add adding a step from the menu. Can you suggest me a workaround for this issue (if exists)? Can I force height update somehow?
Thanks