Moving shape with connectors, disconnected ends of connectors go wild
Bug #479553 reported by
John M. Długosz
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Start with the "binary-tree 1.svg" that I've used for two other bug reports.
Select the left subtree containing B, it's two children (A and C), and the two lines connecting them. Drag the lot up and left, dropping with B above and to the left of D.
Upon releasing the mouse, the two arrows jump to point to things way off the page, not staying the same nor staying where the other ends were originally.
(Selecting only B and the two lines is sufficient to reproduce).
tags: | added: connectors |
tags: | added: groups transformations |
summary: |
- Moving shape with connectors, connectors go wild + Moving shape with connectors, disconnected ends of connectors go wild |
Changed in inkscape: | |
milestone: | none → 0.48.1 |
status: | Confirmed → Fix Committed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I confirm that the connectors don't behave as expected.
But it's probably due to the fact that some attributes are missing.
The SVG code of the B->A connector is (style removed):
id="path3994"
inkscape: connector- type="polyline"
inkscape: connection- start=" #g3944"
sodipodi: nodetypes= "cc" />
---
<path
d="M 216.10246,468.98308 196.5363,511.54286"
---
If you add (with the XML editor) inkscape: connection- end="#g3956" (#g3956 is your A object ID), the connector no longer moves wildly. connection- end). All the other connectors don't have inkscape: connection- end AND inkscape: connection- start.
Same problem with the B->C connector (missing inkscape:
Did you manually adjust the connectors' start and end?