-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[charts] PieChart throws Uncaught DOMException when swiped on mobile layout in Firefox #14654
Comments
Hey @mrerdem ... I have tried to reproduce the bug by following the steps you provided, but did not manage to do so. Could you maybe share a video of you forcing that bug? Thanks! 🙇🏼 |
Ok, I can reproduce now as well ... took me more tries and some swirling arouind on the pie chart area before it got that far. I'll add this to the board. |
Yes, to reproduce it, you need to touch down on one slice and touch up on another one. It's surprising that only firefox has this issue. can't reproduce it on chrome |
A possible solution to #13885 could automatically solve this issue as well. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @mrerdem How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: https://mui.com/x/react-charts/pie/
Steps:
Current behavior
Chart throws an error:
Uncaught DOMException: Element.releasePointerCapture: Invalid pointer id
and causes tooltip to stay permanently visible (only reproducable on Firefox for Android).
Expected behavior
No error should be thrown and tooltip should become invisible after touch action is released.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: PieChart DOMException
The text was updated successfully, but these errors were encountered: