[richfaces-issues] [JBoss JIRA] Created: (RF-1389) orderingList: horizontal and vertical scrollers should not appear unless the listWidth and height attributes are not specified.

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Nov 21 05:52:18 EST 2007


orderingList: horizontal and vertical scrollers should not appear unless the listWidth and height attributes are not specified.
-------------------------------------------------------------------------------------------------------------------------------

                 Key: RF-1389
                 URL: http://jira.jboss.com/jira/browse/RF-1389
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
            Reporter: Tsikhon Kuprevich


FireFox 2, IE 6, 7.

	<rich:orderingList id="mytable" value="#{listBean.capitals}"
		var="capitals" cellClasses="test1">
		<f:facet name="caption">caption2</f:facet>
		<rich:column>
		<f:facet name="header">header header header header header1</f:facet>
			<h:outputText value="#{capitals.capitalName}" />
		</rich:column>
		<rich:column>
		<f:facet name="header">header2</f:facet>
			<h:outputText>X</h:outputText>
		</rich:column>
		<rich:column>
		<f:facet name="header">header3</f:facet>
			<h:outputText value="#{capitals.stateName}" />
		</rich:column>
		<rich:column>
		<f:facet name="header">header4</f:facet>
			<h:outputText value="#{capitals.stateFlag}" />
		</rich:column>
	</rich:orderingList>

If height or width is not defined, the component should stretch to the content.

see the next paragraphs of orderingList func spec  1.11 revision:
FuncSpec-RF-OL-CL-030-1.0 List Height
FuncSpec-RF-OL-CL-040-1.8 List Width

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