iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
9 stars 2 forks source link

Fixed `pw:` links handling in property grid (backport #1091) #1103

Closed mergify[bot] closed 2 weeks ago

mergify[bot] commented 2 weeks ago

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 of schema://<path> https://docs.google.com/document/d/1LjxHl32fE4tCKugrK_PIso7mfXQVEeoD1wSnX2y0ZU8/edit?resourcekey=0-d1gP4X2sG7GPl9mlTeptIA&tab=t.0#heading=h.kjrmsvcywm3o

Also 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.