jquery-confirm
jquery-confirm copied to clipboard
Open animation doesn't work initially when title:false used
jquery-confirm version: v3.3.4
I'm submitting a ... (check one with "x") [ X ] bug report [ ] feature request [ ] support request
Current behavior:
When "title:false" is set, the open animation doesn't happen the first time jquery-confirm is invoked on a page. The animation happens when the dialogue is closed and if it's invoked again without reloading the page, the opening animation does happen.
Expected behavior:
Opening animation would be expected to happen on first invocation.
Steps to reproduce:
- Configure a dialogue with "title:false".
- Trigger a dialogue. No initial opening animation
- Remove "title:false".
- Reload page.
- Trigger a dialogue. Opening animation happens.
Related code:
insert any relevant code here
Other information: Only a minor problem, as I'm sure I'm the only person who even notices on my site. Thanks for a very useful utility - I'm liking what I can do with it.