[
https://jira.jboss.org/browse/RF-8743?page=com.atlassian.jira.plugin.syst...
]
Nick Belaevski updated RF-8743:
-------------------------------
Assignee: Konstantin Mishin
Fix Version/s: Future_3.X
Component/s: component-ScrollableDataTable
Unspecified Javascript error for rich:scrollableDataTable on ie8
----------------------------------------------------------------
Key: RF-8743
URL:
https://jira.jboss.org/browse/RF-8743
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-ScrollableDataTable
Reporter: Atish Sarda
Assignee: Konstantin Mishin
Fix For: Future_3.X
hi All,
I am getting javascript error on IE8 on rendering rich:scrollableDataTable on click of
refresh button.This worksfirn on mozilla and chrome.
Here is my xhtml code:
<a4j:form id="previewMappingForm">
<a4j:outputPanel id="previewMappingForm">
<h:panelGroup style="margin-right: 50px;" layout="block">
<fieldset class="csFieldset"><legend
class="csFieldsetLegend"> <h:outputText value="Preview" />
</legend> <h:panelGrid columns="2" styleClass="csList">
<h:panelGroup>
<rich:scrollableDataTable id="previewMappedDataTable" var="cst"
value="#{bulkRegistrationController.importFileRecords}"
height="200px" width="1100px" sortMode="single"
binding="#{previewMappedDataTable}">
<rich:columns
id="#{column.bulkRegistrationMetadataColumnId.columnName}"
sortable="true"
value="#{bulkRegistrationController.previewMappedHeaderList}"
var="column" index="ind" width="100px"
sortBy="#{cst[column.bulkRegistrationMetadataColumnId.columnName]}">
<f:facet name="header">
<h:outputText
value="#{column.bulkRegistrationMetadataColumnId.columnDesc}" />
</f:facet>
<h:outputText
value="#{cst[column.bulkRegistrationMetadataColumnId.columnName]}" />
</rich:columns>
</rich:scrollableDataTable>
</h:panelGroup>
<h:panelGroup>
<h:panelGrid columns="1" styleClass="csListButtons">
<a4j:commandButton value="Refresh" status="waitStatus"
id="refreshButton" styleClass="csListButton"
reRender="previewMappingForm"
action="#{bulkRegistrationController.previewMapping()}" />
</h:panelGrid>
</h:panelGroup>
</h:panelGrid></fieldset>
</h:panelGroup>
</a4j:outputPanel>
</a4j:form>
Am I missing somethin here?
Thanks in advance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira