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

PropertyGrid shows an error when selecting a 2D element of a sheet view #929

Closed thanhbinh-d closed 3 weeks ago

thanhbinh-d commented 1 month ago

Steps to reproduce:

The imodel used for testing can be provided. Version:

Please refer to the below screenshots for more info: Screenshot 2024-06-10 at 10 41 22 AM Screenshot 2024-06-10 at 11 52 10 AM Screenshot 2024-06-10 at 11 54 46 AM

grigasp commented 1 month ago

This is a bug in the native addon / backend, here's the fix: https://github.com/iTwin/imodel-native/pull/788. I'll let you know when the fix is released and gets deployed to GPB.

grigasp commented 3 weeks ago

@thanhbinh-d, FYI, the fix has been released with itwinjs-core@4.7.2 and deployed to GPB (currently only dev and qa). Please close the issue when you confirm it's fixed.

thanhbinh-d commented 3 weeks ago

@grigasp , I've tested on QA and confirmed the issue was fixed. E.g. the properties were shown on the widget without error. Screenshot 2024-06-25 at 3 55 50 PM