-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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(alert): match MD spec on tablet #28501
Conversation
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.
Interestingly, I think this was a bug in Safari that I unintentionally fixed.
In main it looked correct on Chrome: https://github.com/ionic-team/ionic-framework/blob/main/core/src/components/alert/test/basic/alert.e2e.ts-snapshots/alert-prompt-md-ltr-Mobile-Chrome-linux.png and Firefox: https://github.com/ionic-team/ionic-framework/blob/main/core/src/components/alert/test/basic/alert.e2e.ts-snapshots/alert-prompt-md-ltr-Mobile-Firefox-linux.png
@liamdebeasi there's an open PR that also aims to fix the issue. Let's make sure that credit is given before merge. |
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.
Changes look good to me! Just a small nit pick on the comment style. 😎
Co-authored-by: Brandy Carney <[email protected]>
Co-authored-by: Brandy Carney <[email protected]>
Issue number: resolves #23977
What is the current behavior?
The MD Alert on tablet dimensions does not match the MD spec
What is the new behavior?
Does this introduce a breaking change?
Other information
This supersedes #27462 since I needed to add new screenshot tests. The author of that PR has been given co-author credit here.