Closed mergify[bot] closed 2 weeks ago
Fixed pw: links handling in property grid. They stopped working after latest chromium updates. Suggested solution is to use custom schema links with opaque paths: schema:<path> instead of schema://<path> https://docs.google.com/document/d/1LjxHl32fE4tCKugrK_PIso7mfXQVEeoD1wSnX2y0ZU8/edit?resourcekey=0-d1gP4X2sG7GPl9mlTeptIA&tab=t.0#heading=h.kjrmsvcywm3o
pw:
schema:<path>
schema://<path>
Also unified links handling between default property grid action and url property renderer.
Closes https://github.com/iTwin/appui/issues/1089
Tested manually with different browsers
Changes
Fixed
pw:
links handling in property grid. They stopped working after latest chromium updates. Suggested solution is to use custom schema links with opaque paths:schema:<path>
instead ofschema://<path>
https://docs.google.com/document/d/1LjxHl32fE4tCKugrK_PIso7mfXQVEeoD1wSnX2y0ZU8/edit?resourcekey=0-d1gP4X2sG7GPl9mlTeptIA&tab=t.0#heading=h.kjrmsvcywm3oAlso unified links handling between default property grid action and url property renderer.
Closes https://github.com/iTwin/appui/issues/1089
Testing
Tested manually with different browsers
This is an automatic backport of pull request #1091 done by Mergify.