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

$ionicLoading is not showing the backdrop #1428

Closed
doorman02 opened this issue May 18, 2014 · 10 comments
Closed

$ionicLoading is not showing the backdrop #1428

doorman02 opened this issue May 18, 2014 · 10 comments

Comments

@doorman02
Copy link

$ionicLoading is not showing the backdrop, is this correct syntax?

this.loadingView = this.$ionicLoading.show({
template: 'i class="<icon ion-loading-d" style="font-size: 32px"></i>',
animation: 'fade-in',
noBackdrop: false
});

Thanks!

@Glogo
Copy link

Glogo commented May 18, 2014

I suppose your syntax should look something like:

this.loadingView = this.$ionicLoading.show({
template: '<i class="icon ion-loading-d" style="font-size: 32px"></i>',
animation: 'fade-in',
noBackdrop: false
});

@doorman02 doorman02 reopened this May 18, 2014
@doorman02
Copy link
Author

It's still not working, do you know if there is an example using the latest beta release with backdrop?
Thanks!

@ajoslin
Copy link
Contributor

ajoslin commented May 19, 2014

Hey @doorman02, that looks right.

There is not an example yet, but we are working hard on a big demos site with everything in it, for both testing and examples.

@ajoslin
Copy link
Contributor

ajoslin commented May 19, 2014

@doorman02
Copy link
Author

Hi @ajoslin thanks for the link. I just realized that the backdrop problem only occurs when using a modal window. The backdrop is displayed behind the modal window but not above it as it used to be. Here is a codepen http://codepen.io/anon/pen/AmqLj

@mlynch
Copy link
Contributor

mlynch commented May 22, 2014

@ajoslin Any thoughts on whether it would break anything to move .backdrop up a z-index level to 11? Right now it's the same as the modal and modal backdrop.

@mlynch mlynch closed this as completed May 22, 2014
@mlynch mlynch reopened this May 22, 2014
@ajoslin
Copy link
Contributor

ajoslin commented May 22, 2014

@mlynch We'd then have to move loading an popup up to 12, right?

Sounds reasonable to me.

@mlynch
Copy link
Contributor

mlynch commented May 22, 2014

Yea, there are some tweaks we'd have to make. I'm going to look into it.

@mlynch mlynch closed this as completed in 4c700e9 May 22, 2014
@mlynch
Copy link
Contributor

mlynch commented May 22, 2014

Also bfce8e2

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. 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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 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