iTwin / viewer-components-react

Components built on iTwin.js for usability in an iTwin.js based Viewer.
MIT License
24 stars 33 forks source link

Property widget: Property list not rendered when selection changes rapidly #713

Closed grigasp closed 7 months ago

grigasp commented 9 months ago

Reproduced by flaky e2e tests:

Looks like the problem is that the second node is selected while properties for the first one are not loaded yet, which causes the properties for final selection to not load either.

### Tasks
- [x] Header should show label of last selected item (https://github.com/iTwin/viewer-components-react/pull/717)
- [ ] https://github.com/iTwin/appui/issues/641
- [ ] Spinner is not visible when property grid is rendered in widget (update appui dev dependency in widget package)
grigasp commented 8 months ago

Need to update test viewer and property widget (dev)dependencies, re-run e2e tests to ensure nothing is broken. Putting this on hold till the fix is released.