Got it working with in IE and Google, but when I use it in Firefox, nothing works on the page. Can't click any buttons, use the slider, use the calendar extender.
Thanks for the links but not resolving my issue. Specifically the Popup appears, but almost all functionality on the page is disabled. Buttons won't click, slider won't slide, calendar extender opens up but can't select anything in it.
In case anybody else stumbles into this I will post my answer. My ModalPopupExtender was being drawn over part of my MasterPage, not the Content area of the actual Page I was working on. Just the way things are rendered differently in different browsers
this was only true in Firefox and not IE or Chrome. So when I was clicking on it, the click was actually registering on the Master Page, except for the very top of the Calendar which was over the content area, which was why it would open, but I couldn't select
any days.
So note to anybody who uses these with Master Pages, make sure they are rendered over the content area.
Marked as answer by SeanGrebey on Jan 09, 2013 07:29 PM
SeanGrebey
Member
26 Points
75 Posts
Known issues with ModalPopup and Firefox?
Jan 08, 2013 08:39 PM|LINK
Got it working with in IE and Google, but when I use it in Firefox, nothing works on the page. Can't click any buttons, use the slider, use the calendar extender.
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: Known issues with ModalPopup and Firefox?
Jan 09, 2013 04:09 AM|LINK
Refer this similar thread
http://forums.asp.net/t/1642531.aspx/1
http://forums.asp.net/t/1219975.aspx/1
http://forums.asp.net/t/1579315.aspx/1
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
SeanGrebey
Member
26 Points
75 Posts
Re: Known issues with ModalPopup and Firefox?
Jan 09, 2013 12:46 PM|LINK
Thanks for the links but not resolving my issue. Specifically the Popup appears, but almost all functionality on the page is disabled. Buttons won't click, slider won't slide, calendar extender opens up but can't select anything in it.
SeanGrebey
Member
26 Points
75 Posts
Re: Known issues with ModalPopup and Firefox?
Jan 09, 2013 07:28 PM|LINK
In case anybody else stumbles into this I will post my answer. My ModalPopupExtender was being drawn over part of my MasterPage, not the Content area of the actual Page I was working on. Just the way things are rendered differently in different browsers this was only true in Firefox and not IE or Chrome. So when I was clicking on it, the click was actually registering on the Master Page, except for the very top of the Calendar which was over the content area, which was why it would open, but I couldn't select any days.
So note to anybody who uses these with Master Pages, make sure they are rendered over the content area.