[
http://jira.jboss.com/jira/browse/RF-1525?page=all ]
Vladimir Molotkov resolved RF-1525.
-----------------------------------
Resolution: Cannot Reproduce Bug
can't reproduce bug under jsf1.1,1.2
FF, IE6,7
orderingList: headers and columns missalignment in case if there are
ampty columns
----------------------------------------------------------------------------------
Key: RF-1525
URL:
http://jira.jboss.com/jira/browse/RF-1525
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: IE, FF
Reporter: Tsikhon Kuprevich
Assigned To: Vladimir Molotkov
Fix For: 3.1.3
Attachments: order-empty-column.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_3</f:verbatim>
</f:facet>
<h:outputText value="" />
</h:column>
<h:column>
<f:facet name="header">
<f:verbatim>header_4</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