[
http://jira.jboss.com/jira/browse/RF-2075?page=all ]
Nick Belaevski updated RF-2075:
-------------------------------
Fix Version/s: 3.1.4
Affects Version/s: 3.1.4
Assignee: Nick Belaevski
The right border of rich:dataTable is missing on IE7
----------------------------------------------------
Key: RF-2075
URL:
http://jira.jboss.com/jira/browse/RF-2075
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: richfaces 3.1.3 GA
Reporter: Adrian Mitev
Assigned To: Nick Belaevski
Priority: Critical
Fix For: 3.1.4
Attachments: issue1.JPG
In IE7 the right border of the dataTable is missing. It's ok on firefox
P.S. The problem does not appear with 3.1.2 GA
Here is the code
<rich:dataTable width="85%" id="agreementList" rows="5"
value="#{agreementView.allAgreements}" var="agr">
<f:facet name="header">
<rich:columnGroup>
<rich:column styleClass="headerText" colspan="8">
<h:outputText value="????????" />
</rich:column>
<rich:column breakBefore="true">
<h:outputText styleClass="headerText" value="?????"
/>
</rich:column>
<rich:column>
<h:outputText styleClass="headerText" value="???"
/>
</rich:column>
<rich:column>
<h:outputText styleClass="headerText"
value="???/?.?????" />
</rich:column>
<rich:column colspan="5">
<h:outputText styleClass="headerText" value="???????"
/>
</rich:column>
</rich:columnGroup>
</f:facet>
<rich:column>
<h:outputText value="#{agr.ingoingNumber}" />
</rich:column>
<rich:column>
<h:outputText rendered="#{agr.client.clientType == 0}"
value="#{agr.client.firstname} #{agr.client.family}" />
<h:outputText rendered="#{agr.client.clientType == 1}"
value="#{agr.client.firmtype.firmtype} #{agr.client.firmName}" />
</rich:column>
<rich:column>
<h:outputText rendered="#{agr.client.clientType == 0}"
value="#{agr.client.egn}" />
<h:outputText rendered="#{agr.client.clientType == 1}"
value="#{agr.client.taxid}" />
</rich:column>
<rich:column colspan="6" align="right">
<h:commandLink style="defaultLinkStyle"
action="#{agreementView.viewAppendixes}"
rendered="#{agr:isActionAllowed('viewAppendixes')}">
<h:graphicImage value="/images/document.png"
alt="??????????" />
</h:commandLink>
<h:commandLink style="defaultLinkStyle"
action="#{agreementView.editAgreement}"
rendered="#{agr:isActionAllowed('editAgreement')}">
<h:graphicImage value="/images/edit.gif"
alt="???????????" />
</h:commandLink>
<h:commandLink style="defaultLinkStyle"
action="#{agreementView.printAgreement}"
rendered="#{agr:isActionAllowed('printAgreement')}">
<h:graphicImage value="/images/print.gif" alt="?????"
/>
</h:commandLink>
</rich:column>
<rich:subTable var="adr"
value="#{agr.client.addressesAsList}">
<rich:column>
<f:facet name="header">
<rich:spacer/>
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="User" />
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
<h:outputText
value="#{adr.account.username}"></h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="???????" />
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
<h:outputText value="#{adr.telephone}"></h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="???????" />
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
<h:outputText value="#{adr.mobile}"></h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="?????" />
</f:facet>
<h:outputText
value="#{adr.street.streetname} ##{adr.streetnumber} #{adr.floor !=
'' ? '??:':''} #{adr.floor} #{adr.entrance != '' ?
'??:':''} #{adr.entrance} #{adr.appartmentnumber != '' ?
'??:':''} #{adr.appartmentnumber}"></h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="IP" />
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
<h:outputText value="#{adr.account.ip}"></h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="Mac" />
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
<h:outputText
value="#{adr.account.mac}"></h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="???? ?? ???????" />
</f:facet>
<f:verbatim>&nbsp;</f:verbatim>
<h:outputText
value="#{adr.contactname}"></h:outputText>
</rich:column>
</rich:subTable>
</rich:dataTable>
--
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