Details
- 
        Type:
 Bug
            
         - 
        Status: Open
 - 
            Priority:
 Major
                
             - 
            Resolution: Unresolved
 - 
            Affects Version/s: 3.2
 - 
            Fix Version/s: None
 - 
            Component/s: None
 - 
            Labels:None
 - 
            Environment:Internet Explorer 9
 
Description
                    When using the panelPopup-component on the same page as an iframe with a non-html document (pdf or tiff in my case) I get a javascript error on this line (icefaces-compat.js):
var iframeDocument = f.contentDocument || f.contentWindow.document;
This causes the interface to "hang" and a page reload is needed to be able to navigate away from the page.
It doesn't seem to be an issue in Firefox, but I get this every time in IE when changing the rendered attribute of the panelPopup.
var iframeDocument = f.contentDocument || f.contentWindow.document;
This causes the interface to "hang" and a page reload is needed to be able to navigate away from the page.
It doesn't seem to be an issue in Firefox, but I get this every time in IE when changing the rendered attribute of the panelPopup.
Have you got blockUIOnSubmit enabled?