[richfaces-issues] [JBoss JIRA] (RF-9485) IE9 Beta - AJAX broken

Massimiliano Capaccio (JIRA) jira-events at lists.jboss.org
Tue Apr 3 09:06:49 EDT 2012


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

Massimiliano Capaccio commented on RF-9485:
-------------------------------------------

Your script has corrected the error for all other components, but not for column sorting.
My table is something like this:
<rich:dataTable style="width: 100%;"
	styleClass="dataTable"
	rowClasses="r0,r1"
	columnClasses="middle"
	sortMode="single" id="statisticheTableV4"
	value="#{Desktop.statisticheDataModel}" var="stat"
	rows="20" onRowClick="rowCliccata(this)">
	
	<rich:column style="text-align: center;"
	title="#{msg.desktopPtf}: #{stat.intestazione}"
	sortable="true" sortBy="#{stat.dataCalcolo}">
	<f:facet name="header">#{Desktop.dataCalcoloColumn}</f:facet>
	<h:outputText value="#{stat.dataCalcolo}">
	<f:convertDateTime pattern="dd/MM/yyyy"	timeZone="#{ApplicationData.timeZone}" />
	</h:outputText>
	</rich:column>
	
	<rich:column style="text-align: right;"	title="#{msg.desktopPtf}: #{stat.intestazione}"
	sortable="true" sortBy="#{stat.dataAggTotaleInvestito}">
	<f:facet name="header">#{Desktop.dataAggTotaleColumn}</f:facet>
	<h:outputText value="#{stat.dataAggTotaleInvestito}">
	<f:convertDateTime pattern="dd/MM/yyyy"	timeZone="#{ApplicationData.timeZone}" />
	</h:outputText>
	</rich:column>

        ......

</rich:dataTable>
                
> IE9 Beta - AJAX broken
> ----------------------
>
>                 Key: RF-9485
>                 URL: https://issues.jboss.org/browse/RF-9485
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: compatibility
>    Affects Versions: 3.3.2.SR1, 3.3.3.Final
>         Environment: Windows Vista SP2 (Virtual PC VM), IE9 Beta
>            Reporter: Andrew May
>              Labels: ie9
>             Fix For: 3.Future
>
>         Attachments: AJAX.js, AJAX.js, AJAX.js, IE9.txt, JSFAJAX.txt, sarissa.js
>
>
> In the Rich Faces Demo (3.3.3 Final) there are a couple of errors shown in the JavaScript Console in IE9, and the Ajax demos do not work.
> On loading a section:
> SCRIPT5007: 'undefined' is null or not an object - framework.pack.js.jsf, line 1870 character 65
> On trying one of the AJAX demos (e.g. the CommandButton demo):
> SCRIPT16386: No such interface supported - framework.pack.js.jsf, line 2373 character 3
> In our applications (3.2.SR1), we see an error for every Ajax request:
> SCRIPT16386: No such interface supported - 3_3_2.SR1org.ajax4jsf.javascript.AjaxScript, line 120 character 1
> For both the SCRIPT16386 errors, the JavaScript is assigning A.outerHTML = new XMLSerializer().serializeToString(C)
> I believe that this is the first version of IE9 to include XMLSerializer.
> I don't know enough about XMLSerializer to know whether this is an IE9 issue or a RichFaces issue.

--
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