[richfaces-issues] [JBoss JIRA] (RF-11943) [a4j:commandLink] [a4j:queue] IE8 throws an js error if using an global queue within site

Jean ANDRE (JIRA) jira-events at lists.jboss.org
Mon Feb 13 08:28:01 EST 2012


    [ https://issues.jboss.org/browse/RF-11943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666026#comment-12666026 ] 

Jean ANDRE commented on RF-11943:
---------------------------------

We got also the error under 8.0 - It is a regression as we do not get this error in 4.0

Here is the error - This error is critical for us.

{code}
Détails de l’erreur de la page Web

Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Horodateur : Mon, 13 Feb 2012 13:25:10 UTC


Message : Cet objet ne gère pas cette propriété ou cette méthode
Ligne : 130
Caractère : 17
Code : 0
URI : http://localhost:12000/crm/javax.faces.resource/richfaces-queue.js.jsf
{code}

                
> [a4j:commandLink] [a4j:queue] IE8 throws an js error if using an global queue within site
> -----------------------------------------------------------------------------------------
>
>                 Key: RF-11943
>                 URL: https://issues.jboss.org/browse/RF-11943
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2.0.CR1
>         Environment: richfaces-4.2.0-SNAPSHOT, IE8
>            Reporter: Rene O
>            Assignee: Brian Leathem
>             Fix For: 4.2.0.Final
>
>
> Note, that this issue only occurs with IE8.
> This issue doesn't occur with richfaces-4.1.0.Final
> To reproduce this issue test the following site and click the a4j:commandLink
> {code:title=Testpage}
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> 	  xmlns:h="http://java.sun.com/jsf/html"
> 	  xmlns:f="http://java.sun.com/jsf/core"
> 	  xmlns:ui="http://java.sun.com/jsf/facelets"
> 	  xmlns:a4j="http://richfaces.org/a4j"
> 	  xmlns:rich="http://richfaces.org/rich"	 
> 	 >
> 	<h:head>
> 		<title>JSF Test</title>		
> 	</h:head>
> 	<h:body>
> 		<a4j:queue id="myQ" name="myQ" requestDelay="1200" ignoreDupResponses="true" />
> 		<h:form id="myForm">
> 			<a4j:commandLink id="myLink" value="myLink" />
> 		</h:form>
> 	</h:body>
> </html>
> {code}
> The following error occurs:
> {code:title=JS Console Error within IE8}
> Meldung: Das Objekt unterstützt diese Eigenschaft oder Methode nicht.
> Zeile: 130
> Zeichen: 17
> Code: 0
> URI: http://localhost:8080/jsftest/javax.faces.resource/richfaces-queue.js.jsf;jsessionid=E3710A95AC0A7B09EF8BD21314767E3C
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list