-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix touch issue when dragging a widget with SVG icon #688
Conversation
@Mergifyio backport release/4.8.x |
✅ Backports have been created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
...-apps/appui-test-app/appui-test-providers/src/ui/providers/WidgetApiStageUiItemsProvider.tsx
Show resolved
Hide resolved
* Use svg icons for some of the widget tabs. * Fix usePointerCaptor to attach to SVGElement correctly. * rush change (cherry picked from commit 2fad12b)
* Use svg icons for some of the widget tabs. * Fix usePointerCaptor to attach to SVGElement correctly. * rush change (cherry picked from commit 2fad12b) Co-authored-by: GerardasB <[email protected]>
@GerardasB |
Yes, a fix for this issue is now available at https://github.com/iTwin/appui/releases/tag/release%2F4.8.2 |
Changes
This PR fixes an issue with incorrect event handling of widget tabs when SVG icon is targeted by a touch device.
Fixes #687
Testing
Tested manually via a standalone test-app.