[richfaces-issues] [JBoss JIRA] Created: (RF-3606) ScrollableDataTable doesn't work with 33 columns in IE

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat May 31 08:42:46 EDT 2008


ScrollableDataTable doesn't work with 33 columns in IE
------------------------------------------------------

                 Key: RF-3606
                 URL: http://jira.jboss.com/jira/browse/RF-3606
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: IE
            Reporter: Nick Belaevski
         Assigned To: Konstantin Mishin
             Fix For: 3.2.2


The following code fails with JS error in IE7:


			<rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1" height="400px" 
				width="700px" id="carList" rows="40" columnClasses="col"
				value="#{dataTableScrollerBean.allCars}" var="category" sortMode="single"
				binding="#{dataTableScrollerBean.table}"
				selection="#{dataTableScrollerBean.selection}">

				<rich:column id="make">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Make" /></f:facet>
					<h:outputText value="#{category.make}" />
				</rich:column>
				<rich:column id="model">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Model" /></f:facet>
					<h:outputText value="#{category.model}" />
				</rich:column>
				<rich:column id="price">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Price" /></f:facet>
					<h:outputText value="#{category.price}" />
				</rich:column>
				<rich:column id="mileage">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Mileage" /></f:facet>
					<h:outputText value="#{category.mileage}" />
				</rich:column>
				<rich:column width="200px" id="vin">
					<f:facet name="header"><h:outputText styleClass="headerText" value="VIN" /></f:facet>
					<h:outputText value="#{category.vin}" />
				</rich:column>
				<rich:column id="stock">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>


				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
				<rich:column>
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="xxx!!! #{category.stock}" />
				</rich:column>

			</rich:scrollableDataTable>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list