browngraphicslab / NuSys

0 stars 0 forks source link

Issues with tabbing in detail view #1541

Closed tdgreen closed 7 years ago

tdgreen commented 7 years ago

Probably a small logical bug somewhere in the detail view, but I occasionally try to open a collection in detail view and it will fail because it thinks i tried to open it in the region tab. It seems to be an issue with the 'RemoveTab' class that calls a custom setter that fires a TabChanged event. All this is originally triggered by an initial opening of a tab from a closed detail view when it tries to clear all the current existing tabs.

I know this is vague, but i am trying to find an exact reproducible issue

murrayLuke commented 7 years ago

https://github.com/browngraphicslab/NuSys/pull/1548