[richfaces-issues] [JBoss JIRA] Created: (RF-2075) The left border of rich:dataTable is missing on IE7

Adrian Mitev (JIRA) jira-events at lists.jboss.org
Sun Jan 27 09:32:21 EST 2008


The left 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
         Environment: richfaces 3.1.3 GA
            Reporter: Adrian Mitev
            Priority: Critical
         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>&amp;nbsp;</f:verbatim>
									</rich:column>
									<rich:column>
										<f:facet name="header">
											<h:outputText value="User" />
										</f:facet>
										<f:verbatim>&amp;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>&amp;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>&amp;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>&amp;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>&amp;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>&amp;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

       




More information about the richfaces-issues mailing list