netcreateorg / netcreate-itest

Developing the 2.0 version of NetCreate
https://github.com/netcreateorg/netcreate-2018
Other
0 stars 0 forks source link

Focus filter doesn't update edges table if nodes table has focus #126

Closed jdanish closed 5 months ago

jdanish commented 5 months ago

Click on nodes table to display it Click on focus filter Click on a node Nodes table hides many nodes (correctly) Click on edges (all still visible) Click on the same node again (edges filter so you only see the visible / appropriate ones)

benloh commented 5 months ago

So the issue here is that the Edge Table does not re-run the focus filter when you switch to the Edge Table, but Node Table does not have that problem (e.g. you can have the Edge Table selected, select a focus, switch to Node Table, but the Node Table is properly filtered)

jdanish commented 5 months ago

Looks fixed now, by the way.