-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Auto Router icon not appearing on mobile #3138
Comments
Hey @willhennessy, Can i try to fix this? |
yes please!
…On Tue, Jan 18, 2022 at 1:52 AM Udai Gupta ***@***.***> wrote:
Hey @willhennessy <https://github.com/willhennessy>, Can i try to fix
this?
—
Reply to this email directly, view it on GitHub
<#3138 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJT5WPFWQGYM7IQHZS7H7DUWUEY7ANCNFSM5MFKV37Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey @willhennessy, after reproducing, I don't see this bug. i see the icon placed on the left. Has this bug already been resolved? |
GasEstimateBadge Tooltip contains same inline svg asset which uses LinearGradient and url(id). When id is duplicate in DOM, Safari only recognizes and remember the first one. Whe dropdown closed, the GasEstimateBadge removed at same time, Safari can not find the LinearGradient element the id related to. react-scripts disabled the svgo which can solve id collisions by customization, in other words, react-scripts only do work to transform svg asset to ReactComponent, without any change to svg asset, and the id should be isolated in ReactComponent instance.
|
How is the ID duplicated? I only see the ID once in the project. This feels like a iOS Safari bug. |
* fix(ui): Auto Router icon not appearing on safari/ios Closes #3138 * refactor: remove auto-router svg that are no longer in use
I would love to see a tracking issue created with Safari (maybe WebKit here?) since this is only an issue affecting mobile Safari |
Bug Description
When you expand the transaction details, the Auto Router box is missing the Auto Router icon
Device
iOS latest version. Repro'd in both the Chrome browser and Coinbase browser..
Steps to Reproduce
observe there is no Auto Router icon. there should be, to the left of the text "auto router"
The text was updated successfully, but these errors were encountered: