DINKIN / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Adjacency widget lines do not span multiple canvases #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

  1. Start core with a blank sheet.
  2. Create two routers on a first canvas and two routers
     on a second canvas.
  3. Connect all routers in a circuit, and click on run.

What is the expected output? What do you see instead?

  After the emulation is started and OSPF routing has
  converged, the "Adjacency" widget shows a set of
  criss-crossing lines that do not follow the actual
  links across canvas boundaries. In other words, the
  adjacency widget seems to assume all nodes on the
  same canvas for the purpose of drawing the adjacency
  lines. The adjacency lines should instead track
  properly across canvas boundaries.

What version of the product are you using? On what operating system?

  - CORE version 4.3svn3 (20120508)
  - Ubuntu 12.4 with default shipping kernel

Please provide any additional information below.

Original issue reported on code.google.com by fltemp...@gmail.com on 5 Jun 2012 at 10:36

GoogleCodeExporter commented 8 years ago
fixed in r509

now only adjacency lines for nodes on the current canvas are drawn

Original comment by ahrenh...@gmail.com on 23 Aug 2012 at 2:48