This problem only occurs in IE6.
My problem is: I have a modal popup and in that popup is a drop down nested. If I close(by cancel-target or ok-target control) the modal popup, the drop down still remains on the page.
To describe the problem more clearly: My page has actually 2 layers, while one is always hidden (display:none) and one is always shown. Once the ModalPopup with the drop down is opened that will be the third layer. If I close the popup somehow (ok, cancel) either the drop down remains there or after I switch to the other of the 2 layers (while using jQuery .hide()/.show() ) the drop down appears again and remains there forever.
Is it clear what I'm talking about?
My fixes (which didn't work):
- when closing modal popup hide() by jQuery or setting display directly to none
Comments: Starting with v15.1 of Ajax Control Toolkit, we refused to support old versions of browsers. This applies primarily to earlier versions of Internet Explorer (7 and earlier).
My problem is: I have a modal popup and in that popup is a drop down nested. If I close(by cancel-target or ok-target control) the modal popup, the drop down still remains on the page.
To describe the problem more clearly: My page has actually 2 layers, while one is always hidden (display:none) and one is always shown. Once the ModalPopup with the drop down is opened that will be the third layer. If I close the popup somehow (ok, cancel) either the drop down remains there or after I switch to the other of the 2 layers (while using jQuery .hide()/.show() ) the drop down appears again and remains there forever.
Is it clear what I'm talking about?
My fixes (which didn't work):
- when closing modal popup hide() by jQuery or setting display directly to none
Comments: Starting with v15.1 of Ajax Control Toolkit, we refused to support old versions of browsers. This applies primarily to earlier versions of Internet Explorer (7 and earlier).