sparna-git / Sparnatural

Sparnatural : Typescript visual SPARQL query builder for knowledge graphs, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
206 stars 34 forks source link

Tree widget does not keep selected values opened when adding new values #565

Open tfrancart opened 4 months ago

tfrancart commented 4 months ago
  1. Select values from a tree, e.g. "Person > Category" in https://sparnatural.eu/demos/demo-dbpedia-v2/
  2. Click on "+" to add another value : normally the tree should open with the value already selected being checked

This is also a problem when loading values from a saved query in a tree widget. Values can be set, but the tree cannot open to view the selected values.

image