assisi / arena-ui

Bee arena user interface for the ASSISI|bf project.
Other
1 stars 1 forks source link

Adding trends from the treeview adds incorrect data buffers #79

Closed dmiklic closed 7 years ago

dmiklic commented 8 years ago

The plotted data is incorrect in several ways:

stribor14 commented 8 years ago
  1. Fixed (wrong legend names for some buffers)
  2. couldn't reproduce, perhaps both were selected? (then this is what should happen, both selected buffers plotted in trend) -> could add if branch is collapsed to deselect its members if it would help
  3. Currently cross-selection between casu&group trees is allowed, so perhaps some data remained selected in casu tree? (this was intentional)
dmiklic commented 8 years ago
  1. ok
  2. collapsed branches should automatically be deselected, otherwise the behavior is not really intuitive; also, deselecting is now done by clicking on the parent branch, it would be more intuitive if the first click on an item selects, the second one deselects
  3. Not sure about this one, it is not completely intuitive to me. I'd rather disable this feature.
stribor14 commented 8 years ago

not sure what is happening in 2nd issue (I couldn't reproduce bug):

For the 3rd issue I propose 2 solutions:

  1. deselect everything if user selects something in other tree
  2. as 1st, but add Ctrl modifier between treeViews (user could still mix items, but only with Ctrl)
dmiklic commented 7 years ago

Closed by 85b4662