myfaces dialog containing java applet hangs under IE7
-----------------------------------------------------

                 Key: TRINIDAD-929
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-929
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.4-core
         Environment: WindowsXP SP2, 
IE 7.0.5730, 
JBoss Seam, Tomcat 5.5
            Reporter: dennis lucero
            Priority: Minor


I am launching a myfaces dialog like below:
<tr:commandButton id="printListButton" styleClass="ListButton"
                                              action="dialog:pickList"
                                              useWindow="true"
....>
It is a simple dialog with a few input fields and a Java applet for printing.

And the problem: 
under IE7 the dialog is rendered, the applet apparently started (status bar 
says "applet started") but the dialog is not responsive for 1-2 minutes ... 
afterwards it works fine.

This behaviour only manifests with InternetExplorer7 and with "useWindow=true".

IE7 with "useWindow=false": works ok.
IE7 with "myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS=true": works ok.
Firefox2: everything works fine in all situations.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to