You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2009/03/19 01:19:50 UTC

[jira] Resolved: (TRINIDAD-1431) Modal dialogs hang IE7 if open in tabs is enabled

     [ https://issues.apache.org/jira/browse/TRINIDAD-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-1431.
---------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.12-core

Added try catch blocks around code that will fail when popups are opened in tabs and fixed it so the browser "chrome" isn't blocked when modal dialogs are opened.

Perhaps a future enhancement could be considered to replace window.open with window.showModalDialog

> Modal dialogs hang IE7 if open in tabs is enabled
> -------------------------------------------------
>
>                 Key: TRINIDAD-1431
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1431
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.11-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For:  1.2.12-core
>
>
> IE seems to either hang or responses slowly if I choose to open popups in a new tab instead of new window.
> IE7 Settings :
> Tools -> Internet Options -> General (Tab) -> Tabs Settings -> select 'Always
> open popups in new Tab'
> The problem is related to the use of the setCapture method which not only captures events on the document body, but the entire browser UI

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