Community
Participate
Working Groups
When the diagram uses default node presentation (a rectangle with a label in the center), the cell editor is vertically aligned with the top of the node rather than the center of the node like the label. The cell editor should always appear as close as possible to where the label is. Also, when working on this, please constrain the width of the cell editor box so that it is offset from the node border by a few pixels on both left and right
In the default node presentation, the label height was the same as node height and the text was centered in the rectangle using text vertical center alignment. The cell editor from direct editing wasn't able to compensate the center alignment of the text. The fix was to not increase the label height but instead place the text in the center by giving the text half of the diff between node height and text height.
verified with build 372
Closing.