You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mark van den Boomen (JIRA)" <de...@myfaces.apache.org> on 2008/08/05 14:00:44 UTC

[jira] Created: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
---------------------------------------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1171
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions:  1.0.8-core, 1.0.7-core
         Environment: Windows IE6 and IE7
            Reporter: Mark van den Boomen
            Priority: Critical


Code to reproduce:

<tr:form id="testValidationForm">
    <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
        <tr:convertDateTime pattern="dd-MM-yyyy" />
    </tr:inputDate>
    <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
</tr:form>

Steps to reproduce:
 1. fill in something in the date field so the (date) validation will fail (eg. "hello")
 2. press "Validate"
 3. Now click on a spot on the page (but within the body area)

Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.

I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Commented: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

komarios commented on TRINIDAD-1171:
------------------------------------

Hello Markus,
For our organization it is an important issue and easily reproducible, though we were not able to pinpoint the exact conditions on which it occurs. Some pcs do it, some don't.
I would appreciate it if you could fix this bug once again in the current version, or at least provide a workaround.
Thanks a lot for the good job you are doing.

> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Commented: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Richard commented on TRINIDAD-1171:
-----------------------------------

Hello
This is a recurring problem in our environment on IE.  I can reliably reproduce this error using the sample JSP provided.

> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

-- 
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-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Richard edited comment on TRINIDAD-1171 at 3/16/09 2:55 AM:
------------------------------------------------------------

Hello
This is a recurring problem in our environment on IE.  I can reliably reproduce this error using the sample JSP provided.  @see TRINIDAD-1029 and TRINIDAD-1061 as well.

      was (Author: richard@squarepeg.co.za):
    Hello
This is a recurring problem in our environment on IE.  I can reliably reproduce this error using the sample JSP provided.
  
> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Updated: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Andrew Robinson updated TRINIDAD-1171:
--------------------------------------

    Resolution: Cannot Reproduce
        Status: Resolved  (was: Patch Available)

> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Updated: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Mark van den Boomen updated TRINIDAD-1171:
------------------------------------------

    Status: Patch Available  (was: Open)

> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>            Priority: Critical
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Commented: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Andrew Robinson commented on TRINIDAD-1171:
-------------------------------------------

I cannot reproduce this problem with 1.2.10-SNAPSHOT. I tested on IE7 on windows and IE6 on WINE. I never got the hourglass to appear. Can the reported please verify that it does not work still in 1.2.10, and if so, please either (1) submit a diff file to reproduce the issue in the trinidad-demo or (2) submit a simple test project to reproduce the issue? Here the my test page that I used and ran it inside of jetty with the trinidad-demo project:

<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:trh="http://myfaces.apache.org/trinidad/html"
          xmlns:tr="http://myfaces.apache.org/trinidad">
  <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
              doctype-system="http://www.w3.org/TR/html4/loose.dtd"
              doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
  <jsp:directive.page contentType="text/html;charset=UTF-8"/>
  <f:view>
    <html>
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>untitled1</title>
      </head>
      <body>
        <tr:form id="testValidationForm">
          <tr:inputDate value="#{requestScope.myDate}" id="myDate" partialTriggers="validate">
            <tr:convertDateTime pattern="dd-MM-yyyy"/>
          </tr:inputDate>
          <tr:commandButton text="Validate" partialSubmit="true" id="validate"/>
        </tr:form>
      </body>
    </html>
  </f:view>
</jsp:root>


> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Commented: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

Posted by "Markus Krätzig (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785944#action_12785944 ] 

Markus Krätzig commented on TRINIDAD-1171:
------------------------------------------

I guess the reason for the blocking is the following:

Taking off _doPprStartBlocking from the current thread via 

a0._pprTimeoutFunc=a0.setTimeout("_doPprStartBlocking(window);",1); 

in function _pprStartBlocking leads in function _submitPartialChange to the situation 
where 

_pprStartBlocking(window);
var a3=submitForm(a0,a1,a2,true);
_pprStopBlocking(window);

is not called in the order expected, instead, startBlocking is called after stopBlocking due
to the timeout. The only way to release the blocking is then via  _pprConsumeClick, for which the user 
must click outside the body area. 

The simplest  way to fix this is  to revert TRINIDAD-952. If the timeout should be kept in, then  
the threads must somehow be synchronized. But as far as I know there's not much provided by
javascript to do this.

I think fixing this issue should be prioritized, because it renders TRINIDAD pretty useless on all IE versions.



> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

-- 
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-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

Posted by "Mark van den Boomen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619861#action_12619861 ] 

koenijn edited comment on TRINIDAD-1171 at 8/5/08 5:09 AM:
-----------------------------------------------------------------------

Added a patch for reverting the change from TRINIDAD-952

      was (Author: koenijn):
    Patch for reverting the change from TRINIDAD-952
  
> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>            Priority: Critical
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Updated: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Markus Krätzig updated TRINIDAD-1171:
-------------------------------------

    Status: Patch Available  (was: Reopened)

> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Commented: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

Posted by "Mark van den Boomen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688685#action_12688685 ] 

Mark van den Boomen commented on TRINIDAD-1171:
-----------------------------------------------

Another way of reproducing the problem by using the live demo's:

1. open http://www.irian.at/trinidad-demo/faces/components/inputDate.jspx in Internet Explorer 6 or 7
2. check the 'autosubmit' from the properties pane and press 'update'
3. fill in a non valid value for the date in the upper most inputDate (eg. 'hang!')
4. tab out of the field or click next to it.
5. because of the autosubmit a error message is shown
6. now click in the textfield of the inputDate (to fix the wrong date)

The IE should now show a hourglass as pointer and the application doesn't respond anymore. The only way to get rid of the hourglass is to click on the titlebar, menu- or statusbar of IE.


> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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


[jira] Reopened: (TRINIDAD-1171) A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page

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

Matthias Weßendorf reopened TRINIDAD-1171:
------------------------------------------


> A failing client-side validator while using PPR causes a page hang with hourglass in IE when clicking in a empty spot on the page
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1171
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1171
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.7-core,  1.0.8-core, 1.0.9-core
>         Environment: Windows IE6 and IE7
>            Reporter: Mark van den Boomen
>         Attachments: Trinidad-1.0.8_revert_TRINIDAD-952, TrinidadJira1171Validation.war
>
>
> Code to reproduce:
> <tr:form id="testValidationForm">
>     <tr:inputDate value="#{test.myDate}" id="myDate" partialTriggers="validate">
>         <tr:convertDateTime pattern="dd-MM-yyyy" />
>     </tr:inputDate>
>     <tr:commandButton text="Validate" partialSubmit="true" id="validate" />
> </tr:form>
> Steps to reproduce:
>  1. fill in something in the date field so the (date) validation will fail (eg. "hello")
>  2. press "Validate"
>  3. Now click on a spot on the page (but within the body area)
> Now the hourglass shows in IE. The only way to get rid of it is to click outside the body of the page of on the toolbar of IE.
> I traced the problem back to bug TRINIDAD-952 whose fix is causing the problem, after reverting the change everything works ok in 1.0.8 .

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