-
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
Modal in 2.0.0-beta.9 no longer adds page class name to ion-page element #7000
Comments
Hello, thanks for opening an issue with us! Would you be able to provide a plunker that demonstrates this issue? Thanks for using Ionic! |
Hi @jgw96, I took a closer look and here's what I found: In [email protected], there is an But in beta.9, the |
Thanks for the info! If im not thinking wrong this was part of the change when we added inset modals on bigger screens. I will discuss this with my teammates and see what they think. |
Thanks for the issue! This was actually changed recently to use
Thanks again! 😄 |
Thanks @brandyscarney! I tried out the nightly but it looks like there's a problem with |
@jasonwaters Oh yes we've changed a bit of the structure. We'll have some steps to upgrade to beta 10 in the changelog! 😊 |
@brandyscarney Heh, the code didn't take long to disappear again I guess. On Jun 28, this commit 215c6d8#diff-7b81c66d6f3e9c4b82c40ee5ecd30e50 |
The element has a class attribute with a generated classname like "user-login" if the page class is named "UserLogin". This is no longer the case for modals.
see #6606
The text was updated successfully, but these errors were encountered: