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

iziToast conflicting with iziModal #23

Closed
andtankian opened this issue Jan 21, 2017 · 12 comments
Closed

iziToast conflicting with iziModal #23

andtankian opened this issue Jan 21, 2017 · 12 comments

Comments

@andtankian
Copy link

I've noticed iziToast title and message were fading out when called.
Then I changed the order of css links and it normalized, however iziModal assumed the behavior of iziToast.

Maybe same class used to both?

@marcelodolza
Copy link
Owner

They are different classes. But I'll check. thanks

@pablo-sg-pacheco
Copy link

Same problem here

@marcelodolza
Copy link
Owner

captura de tela 2017-02-09 as 15 21 28
I did the tests and it's normal, are you using the updated libraries?

@pablo-sg-pacheco
Copy link

pablo-sg-pacheco commented Feb 9, 2017

I'm using 1.4.2 for izimodal and 1.1.1 for easytoast.

If i change the order like @andtankian said i get izimodal fixed but izitoast gets weird. If i do the opposite izitoast gets fixed but izitoast breaks

I think the problem is in css only because when I remove css from izitoast, izimodal gets fixed.

@marcelodolza
Copy link
Owner

@Pablo-Pacheco, cara, me add no face e me explica melhor isso ae! 👍

@pablo-sg-pacheco
Copy link

pablo-sg-pacheco commented Feb 9, 2017 via email

@andtankian
Copy link
Author

@Dolce, in the image you've showed it's impossible to check.

I would recommend you to open a standard iziModal, not a customized one. Let it be toggled by a button for example.
Then setup an iziToast placing it's css link after the iziModal css link.

I've setup iziToast something like that:

iziToast.settings({
        timeout: 8000,
        transitionIn: "fadeInRight",
        transitionOut: "fadeOut",
        animateInside: true,
        pauseOnHover: false
});

When I open the iziModal, I get the behavior set to iziToast. (Title, icon and subtitle animating weirdly, like it's getting the configurations from iziToast)

@pablo-sg-pacheco
Copy link

This is a link to a gif describing what is happening to me.

  • This first image shows izimodal running sweet.
  • The second one is what happens when i load izitoast css after izimodal

@marcelodolza
Copy link
Owner

I would like you to test this version of iziModal and give me a feedback.
https://www.dropbox.com/s/uvyufbbaom2noh3/iziModal_v1.5.0.zip

@pablo-sg-pacheco
Copy link

Working smoothly now! Thanks!

@andtankian
Copy link
Author

@Dolce
I've checked and now it is working as expected.
However, I would like to use bower to include this dependecy in my project.
Do you have any idea how long it will take to be released? v1.5.

Thanks.

@marcelodolza
Copy link
Owner

@andtankian, I'll be updating iziToast and iziModal in the next few days. thanks

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

3 participants