PaulWoooong / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Misplaced selection box for edges #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Actual behavior: Upon selection of an edge (e.g. message flow or sequence
flow), the selection box is placed in the wrong spot. As an example browse
to http://b3mn.hpi.uni-potsdam.de/server.php?resource=Review, where this
will happen for every second message flow in the diagram.

Expected: the selection box = bounding box for the edge.

Original issue reported on code.google.com by gero.dec...@googlemail.com on 8 Nov 2007 at 5:16

GoogleCodeExporter commented 9 years ago
is this only after loading an existing process?

Original comment by NicoPete...@gmail.com on 16 Apr 2008 at 4:17

GoogleCodeExporter commented 9 years ago
reproduce it as follows:
1. create two pools with a lane and an activity in each lane.
2. connect the two activities with a message flow.
3. select one pool and move it.
4. select the message flow.

Expected:
selection box surrounds the edge.

seen:
selection box surrounds the old position of the edge.

problem:
edge.update() is not called. so the edge's bounds are not recalculated.

Original comment by NicoPete...@gmail.com on 13 May 2008 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 28 May 2008 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 2 Jun 2008 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 2 Jun 2008 at 3:26