Opened 16 years ago
Closed 16 years ago
#187 closed defect (invalid)
duplicated edges in copy and paste
Reported by: | kolczyk | Owned by: | steinmet |
---|---|---|---|
Priority: | critical | Milestone: | Promot 0.8.3 |
Component: | PromotGuiVizEdit | Version: | 0.8.2 |
Severity: | fatal | Keywords: | |
Cc: |
Description
If not all edges of a Link are selected to be copied (e.g. by dragging a rectangle around the elements) an edge gets duplicated in paste..
Reproducible:
- select r2, not_r1_r2_a2, the LinkEdge? between them and the LinkNode? by pressing shift and clicking on them
- copy and paste them into another module
The two nodes are connected by two edges..
Change History (2)
comment:1 Changed 16 years ago by kolczyk
- Component changed from PromotGuiBase to PromotGuiVizEdit
- Milestone set to Promot 0.8.3
- Owner changed from promot to steinmet
- Priority changed from major to critical
- Version set to 0.8.2
comment:2 Changed 16 years ago by rempel
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
the behaviour is as expected. there are not two edges, but one edge with a point saving the location of the previous link node.