I get the same issue in Chrome and IE as well - Animations work fine, but then all buttons on the page not connected to a modal do not work
So this tells me that some of the code used is deprecated and should be updated, but there is an issue with the OnHiding animation
BEFORE you say my code does not have a scriptmanager - It is on the MasterPage - I wouldn't be able to post this issue if it didn't work - which it wouldn't work if I Didn't have a scriptmanager - That is Not the issue
According to your description, this issue is very oddly, please try use AnimationExtender to realize the animations, for more details, please check this tutorial:
Animated AJAX ModalPopupExtender Modal Popup using AnimationExtender example in ASP.Net:
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
8 Points
98 Posts
Some Issues With ModalPopupExtender and Animations
Feb 10, 2018 05:14 PM|RobertH3|LINK
On my page I have a modalpopup for page options
I have a listview that filters another listview by creating a pager that is alphabetical instead of numerical
I have a listview that displays a table - in the table I have a modal popup that display options for that row
IMPORTANT! Everything works fine
UNTIL I ADD ANIMATION TO THE Modal
then
and when I select a button to display the table using the Alphabetical Pager - doesn't work
IMPORTANT
It only STOPS working when I add <OnHiding> to the Modals
I have Toolkit 18.1 using Firefox
I get the same issue in Chrome and IE as well - Animations work fine, but then all buttons on the page not connected to a modal do not work
So this tells me that some of the code used is deprecated and should be updated, but there is an issue with the OnHiding animation
BEFORE you say my code does not have a scriptmanager - It is on the MasterPage - I wouldn't be able to post this issue if it didn't work - which it wouldn't work if I Didn't have a scriptmanager - That is Not the issue
Contributor
6720 Points
2715 Posts
Re: Some Issues With ModalPopupExtender and Animations
Feb 13, 2018 02:48 AM|Eric Du|LINK
Hi RobertH3,
According to your description, this issue is very oddly, please try use AnimationExtender to realize the animations, for more details, please check this tutorial:
Animated AJAX ModalPopupExtender Modal Popup using AnimationExtender example in ASP.Net:
http://www.aspforums.net/Threads/438652/Animated-AJAX-ModalPopupExtender-Modal-Popup-using-AnimationExtender-example-in-ASPNet/
if it still not work, i think you could use some jquery plugin to realize this effect:
Like jQueryUI dialog: https://jqueryui.com/dialog/
Like BootStrap modal: https://www.w3schools.com/bootstrap/bootstrap_modal.asp
Like jQuery Fade function: https://www.w3schools.com/jquery/jquery_fade.asp
Best Regards,
Eric Du
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.