[richfaces-issues] [JBoss JIRA] Updated: (RF-1472) orderingList: activity bar is getting broken in case of empty column in IE

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Nov 30 12:30:46 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1472?page=all ]

Nick Belaevski updated RF-1472:
-------------------------------

    Fix Version/s: 3.1.3
         Assignee: Vladimir Molotkov  (was: Nick Belaevski)

> orderingList: activity bar is getting broken in case of empty column in IE
> --------------------------------------------------------------------------
>
>                 Key: RF-1472
>                 URL: http://jira.jboss.com/jira/browse/RF-1472
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: IE 6,7
>            Reporter: Tsikhon Kuprevich
>         Assigned To: Vladimir Molotkov
>             Fix For: 3.1.3
>
>         Attachments: activ-bar.gif
>
>
> 					<rich:orderingList value="#{listBean.capitals}" var="capitals"
> 						id="orderingListID">
> 						<f:facet name="caption">caption_1</f:facet>
> 						<h:column>
> 							<f:facet name="header">
> 								<f:verbatim>header_1</f:verbatim>
> 							</f:facet>
> <h:outputText value="#{capitals.stateFlag}" />
> 	</h:column>
> 	<h:column>
> 		<f:facet name="header">
> 			<f:verbatim>header_2</f:verbatim>
> 		</f:facet>
> 		<h:outputText value="12" />
> 	</h:column>
>         <h:column>
> 		<f:facet name="header">
> 			<f:verbatim>header_0</f:verbatim>
> 		</f:facet>
> 		<h:outputText value="" />
> 	</h:column>
> 	<h:column>
> 		<f:facet name="header">
> 			<f:verbatim>header_3</f:verbatim>
> 		</f:facet>
> 		<h:outputText value="#{capitals.capitalName}" />
> 	</h:column>
> </rich:orderingList>

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