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

[jira] Issue Comment Edited: (TRINIDAD-1061) Regression: CommandButton blocking on PPR doesn't work on IE

    [ https://issues.apache.org/jira/browse/TRINIDAD-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688582#action_12688582 ] 

Richard edited comment on TRINIDAD-1061 at 3/23/09 11:18 PM:
-------------------------------------------------------------

For those of us that are not clever enough to fix this properly, including the attached script (<trh:script source="/js/tr_ppr_hack.js"></trh:script>) as the last item in your page just before the </f:view> will fix the hourglass problem  The focus problem fixed by TRINIDAD_952 will come back, but for me this is the lesser of the two evils.

      was (Author: richard@squarepeg.co.za):
    For those of you that are not clever enough to fix this properly, including the attached script (<trh:script source="/js/tr_ppr_hack.js"></trh:script>) as the last item in your page just before the </f:view> will fix the hourglass problem  The focus problem fixed by TRINIDAD_952 will come back, but for me this is the lesser of the two evils.
  
> Regression: CommandButton blocking on PPR doesn't work on IE
> ------------------------------------------------------------
>
>                 Key: TRINIDAD-1061
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1061
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>         Environment: IE browser
>            Reporter: Yee-Wah Lee
>            Priority: Minor
>         Attachments: tr_ppr_hack.js
>
>
> This is a regression from TRINIDAD-952. 
> 1. Create a command button that calls a server side method and which has the blocking attribute set to true.
> 2. Run the debugger, and put a breakpoint in the server method.
> 3. Press the command button once - debugger stops at the server method. Press the button again. 
> 4. Let the debugger continue, and note that it stops again at the method -> the second click was not blocked. 
>   <af:commandButton text="Search" blocking="true" action="#{date.doSearch}" partialSubmit="true"/>\
>     public String doSearch ()
>      {
>        System.out.println("searchAction method invoked");  
>        return "";
>      }

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