Skip to content
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

Inconsistent IOS forward / backward arrows alignment #1744

Closed
dezhin opened this issue Jul 22, 2024 · 4 comments
Closed

Inconsistent IOS forward / backward arrows alignment #1744

dezhin opened this issue Jul 22, 2024 · 4 comments
Assignees

Comments

@dezhin
Copy link

dezhin commented Jul 22, 2024

Hi, the arrow_forward_ios icon is center aligned, but arrow_backward_ios is left aligned. Is it a bug or a feature?

image

@tphinney
Copy link
Collaborator

tphinney commented Jul 24, 2024

When originally implemented, the icon was misaligned. As people presumably compensated for that, rather than mess up existing implementations, a corrected version was added as “arrow_back_ios_new”

All long before my time, both were already in place several years ago.

@tphinney tphinney self-assigned this Jul 24, 2024
@dezhin
Copy link
Author

dezhin commented Jul 24, 2024

Got it, not breaking anything seems reasonable. I see arrow_back_ios_new in Material Icons (deprecated), but there is no such icon in Material Symbols (new) which is on the screenshot.

@tphinney
Copy link
Collaborator

Hmmm. The icon is present in the font. So that must mean its viewing is being suppressed in the front end viewing. Seems like a bug.

But it does mean that even if you can’t view it in the interface, you can call it by name or codepoint. Name was given, codepoint is E2EA

I will see about getting the front end fixed as well

@tphinney
Copy link
Collaborator

OK, got agreement to un-hide it on the front end as well.
When the front end gets updated is TBD, but it should come through on the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants