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

RC - Loading depth seems to be misplaced #8467

Closed
ErkoKnoll opened this issue Oct 4, 2016 · 6 comments
Closed

RC - Loading depth seems to be misplaced #8467

ErkoKnoll opened this issue Oct 4, 2016 · 6 comments

Comments

@ErkoKnoll
Copy link

ErkoKnoll commented Oct 4, 2016

When invoking loading overlay to be shown inside a sub-page it does not appear on top of the sub-page but instead it appear on top of the root page. Seems like the z-index is messed up somewhere.

Code
let loading = this._loadingController.create({ content: "Message..." }); loading.present()

@ErkoKnoll
Copy link
Author

ErkoKnoll commented Oct 4, 2016

I also discovered that it only happens when this sub-page is pushed in from the pop over.

@ErkoKnoll
Copy link
Author

ErkoKnoll commented Oct 4, 2016

I found a workaround which is to use navController reference acquired in root page rather than in pop over page when pushing in a sub page from pop over page. This issue is also related to #8477.

@jgw96
Copy link
Contributor

jgw96 commented Oct 4, 2016

Hello, thanks for opening an issue with us! Could you post a repo that I can use to reproduce this issue? Thanks!

@jgw96 jgw96 added needs: reply the issue needs a response from the user v2 labels Oct 4, 2016
@msalcala11
Copy link

@jgw96 here's a repo you can use to reproduce the issue: https://github.com/msalcala11/loading-bug

@jgw96 jgw96 removed the needs: reply the issue needs a response from the user label Oct 17, 2016
@n00b42
Copy link

n00b42 commented Oct 21, 2016

The same issue appears when opening a Modal from within a Modal and then opening a Loading.
First Modal has z-index 9999 by default I think, second one gets 10000 (+1) which is fine, but the Loading will get a "z-index" of 9999 and therefore will be hidden by the second modal.

@ionitron-bot
Copy link

ionitron-bot bot commented Mar 26, 2018

Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Thank you for using Ionic!

@ionitron-bot ionitron-bot bot closed this as completed Mar 26, 2018
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Mar 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants