NorthwoodsSoftware / GoJS

JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.

Home Page:http://gojs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The layout has to be set twice with `geometryString` and `makeTwoWay` `location` binding in the group

postulkam opened this issue · comments

Hi,
when I specifically set fromSpot and toSpot in a table row, the layout has to be set twice if there is a makeTwoWay location binding in the group and a geometryString binding in the group column.

Example: https://jsfiddle.net/Mi_Po/7z4t60ur/149/

We'll look at this. Thanks for providing a reproducible sample.

One comment: you should probably not be setting the desiredSize (or width or height) on the Shape that is the border of the "Auto" Panel that is your getTableColumnTemplate. Perhaps you want to set the size of the whole "Auto" Panel, but not on the Shape that is stretched to act as a border around the Shape that has the geometryString.

Hi, how is it going? Did you find something? :)

Although we did look at it, we still haven't diagnosed the problem. Since you have a work-around, we believe it is a low-priority problem.