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

[jira] Created: (TRINIDAD-1439) Blocking during PPR for IE on return from dialog

Blocking during PPR for IE on return from dialog
------------------------------------------------

                 Key: TRINIDAD-1439
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1439
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
    Affects Versions:  1.2.11-core
         Environment: win XP IE
            Reporter: Gary VanMatre


The blocking during PPR is not working in IE on a return from dialog.  Trinidad has two strategies for installing blocking during a PPR request.  In FF can register capture listeners to prevent events - maximum timeout of 8 seconds.  In IE, we set focus to a blocking div and register capture events there.  This blocking div was not covering the client area to prevent user input. In addition, the block handler is sometimes not installed until the first click.  This can be problematic for command buttons that get first crack at the event before it bubbles to the document.

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


[jira] Updated: (TRINIDAD-1439) Blocking during PPR for IE on return from dialog

Posted by "Gary VanMatre (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary VanMatre updated TRINIDAD-1439:
------------------------------------

    Status: Patch Available  (was: Open)

> Blocking during PPR for IE on return from dialog
> ------------------------------------------------
>
>                 Key: TRINIDAD-1439
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1439
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Build
>    Affects Versions:  1.2.11-core
>         Environment: win XP IE
>            Reporter: Gary VanMatre
>
> The blocking during PPR is not working in IE on a return from dialog.  Trinidad has two strategies for installing blocking during a PPR request.  In FF can register capture listeners to prevent events - maximum timeout of 8 seconds.  In IE, we set focus to a blocking div and register capture events there.  This blocking div was not covering the client area to prevent user input. In addition, the block handler is sometimes not installed until the first click.  This can be problematic for command buttons that get first crack at the event before it bubbles to the document.

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