dikalo / lienzo-core

Lienzo Structure Graphics GWT Toolkit
Apache License 2.0
51 stars 58 forks source link

Wires Docking - Docked shapes must update their location as the parent's one is resized #181

Open romartin opened 7 years ago

romartin commented 7 years ago

Once resizing a wires shape, if it contains any "docked" one, the docked shape still remains at same location, rather than the shape's bounds that are different as from the resize. On the other hand, the docked shaped is already "docked" to the parent in memory, but from the UI both shapes are not docked. This causes lot of confusion to the user. Related to issue 156.