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/18 16:09:50 UTC

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

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


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.


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

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724171#action_12724171 ] 

Andrew Robinson commented on TRINIDAD-1431:
-------------------------------------------

If the problem is still occurring in IE8, please create a new bug that refers to this one. IE8 and IE7 are different enough that it deserves a different bug as the required solution may be quite different.

> 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.


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

Posted by "Tomas R. (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723954#action_12723954 ] 

Tomas R. edited comment on TRINIDAD-1431 at 6/25/09 1:58 AM:
-------------------------------------------------------------

This was an issue with IE 8, too.

      was (Author: tori3852):
    This is still an issue with IE 8.
  
> 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.


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

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ 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.