Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

meta22: node shouldn't maintain positions across docs #714

Open Garbash opened 8 years ago

Garbash commented 8 years ago

Expected behavior

When I add a existing node to a doc I expect it to behave the same as any other new node in respect to position on screen

Actual behavior.

When I add a existing node to a doc, the node will be positioned in the same coordinates in all of the docs. When in "custom" view and move a node, all the same nodes across different docs will be moved as well.

Steps to reproduce the problem.

  1. Create nodes "1" and "2" in doc1
  2. Create nodes "1" and "2" in doc2.
  3. Select "custom" view
  4. See how new nodes in doc2 assume the same position as the nodes in doc1.
  5. Move nodes "1" and "2" in doc1
  6. See how nodes changed their location on doc2 as well.