protege icon indicating copy to clipboard operation
protege copied to clipboard

Clicking in "Property assertions" view selects the wrong property

Open wouterbeek opened this issue 6 years ago • 2 comments

Clicking a property in the “Property assertions” view brings up the properties view, but selects the property that was last selected in that view, and not the property that was clicked on in the "Property assertions" view (unless the clicked-on property happens to be the last visited property).

Steps to reproduce

  1. Create a vocabulary with at least two object properties P and Q and at least one instance X.
  2. Add both object properties to the instance.
  3. Go to the object properties view and select P.
  4. Go to the instances view and select X that has both properties.
  5. Go to the "Property assertions" view and click on Q.
  6. Notice that P is shown, while Q was expected.

wouterbeek avatar Jun 09 '19 15:06 wouterbeek

It seems necessary to switch to a different tab when selecting an individual. Using the "Individuals" view in the "Entities" tab works as expected, but using the "Individuals by class" tab reproduced this.

matthewhorridge avatar Jun 10 '19 16:06 matthewhorridge

I somehow couldn't reproduce the bug reported by @wouterbeek or suggested by @matthewhorridge. I'm using Protege 5.5.0

johardi avatar Jul 09 '19 18:07 johardi