iTwin / appui

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

Fix user-select issue when resizing a stage panel (backport #1067) #1069

Closed mergify[bot] closed 1 month ago

mergify[bot] commented 1 month ago

Changes

This PR fixes #1057 by setting the user-select property on a stage panel resize handle to avoid content selection when resizing the panel.

Additionally, -webkit-user-select property is added with each user-select to fix widget drag/resize issues in Safari.

Testing

Tested manually in test-app.


This is an automatic backport of pull request #1067 done by Mergify.