[
https://issues.apache.org/jira/browse/TRINIDAD-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Max Starets updated TRINIDAD-1833:
----------------------------------
Status: Resolved (was: Patch Available)
Fix Version/s: 1.2.14-core
Resolution: Fixed
> IE + PPR causing "Hour-glass"
> -----------------------------
>
> Key: TRINIDAD-1833
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1833
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.13-core
> Environment: OS: WinXP
> Trinidad v1.2.13 + myfaces v1.2.8
> Browser: IE 7 or 8
> Web server: Tomcat 6.0.24
> Reporter: Dmitry Barsukov
> Assignee: Max Starets
> Fix For: 1.2.14-core
>
> Attachments: trinidad-1833.patch
>
>
> Here is the simplest form below which does cause "hour-glass" cursor
> appearing and a form freezing when rendered on IE.
> Rick then left-left mouse click may help to switch the form back into a
> normal state.
> <f:view xmlns:f="http://java.sun.com/jsf/core"
> xmlns:tr="http://myfaces.apache.org/trinidad"
> xmlns:trh="http://myfaces.apache.org/trinidad/html">
> <trh:html>
> <trh:head><title>hour glass issue</title> </trh:head>
> <trh:body >
> <tr:panelGroupLayout layout="vertical">
> <tr:form id="frm_1">
> <tr:inputText label="Surname:" id="it_1"/>
> <tr:commandButton id="cb_1" text="Search"
> partialSubmit="true"/>
> </tr:form>
> </tr:panelGroupLayout>
> </trh:body>
> </trh:html>
> </f:view
> To catch an issue you need to click inputText element several times quickly
> then commandButton then inputText element again.
> With this simplest form the issue is not that apparent. However if the form
> becomes more complicated "hour-glass" cursors spoils the whole application
> because it may appear VERY often, for instance on each third click in the
> form.
> If "partialSubmit" attribute is removed from <tr:commandButton> the issue
> disappears.
> Further information is available in mailing list with subject "[Trinidad] IE
> + PPR causing "Hour-glass" "
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.