[JBoss JIRA] Assigned: (RF-782) Scrollable Data Table - broken.
by Mikhail Vitenkov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-782?page=all ]
Mikhail Vitenkov reassigned RF-782:
-----------------------------------
Assignee: Aleksej Yanul (was: Maksim Kaszynski)
> Scrollable Data Table - broken.
> ---------------------------------
>
> Key: RF-782
> URL: http://jira.jboss.com/jira/browse/RF-782
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Maksim Kaszynski
> Assigned To: Aleksej Yanul
> Priority: Critical
> Fix For: 3.1.0
>
>
> In some faces implementation, happens following
> Source code
> {code}
> id="dataTable1"
> rowKeyVar="rkv"
> rows="5"
> value=""
> height="166px"
> width="750px"
> frozenColCount="1"
> >
>
> <rich:column id="column1">
>
> <f:facet name="header">
> <h:outputText id="inceptionDateOutputText" value="TESTE 1" />
> </f:facet>
> </rich:column>
>
> <rich:column id="column2">
>
> <f:facet name="header">
> <h:outputText id="format2_outputtext" value="TESTE 2"/>
> </f:facet>
> </rich:column>
>
> </rich:scrollableDataTable>
> {code}
> {code}
> java.lang.UnsupportedOperationException: setRowIndex
> at org.richfaces.model.ScrollableTableDataModel.setRowIndex(ScrollableTableDataModel.java:179)
> at org.richfaces.model.DataModelCache.setRowIndex(DataModelCache.java:164)
> at org.ajax4jsf.component.UIDataAdaptor.setRowIndex(UIDataAdaptor.java:270)
> at javax.faces.component.UIData.encodeEnd(UIData.java:572)
> at org.richfaces.component.UIScrollableDataTable.encodeEnd(UIScrollableDataTable.java:364)
> at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:242)
> {code}
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2184) panelBarItem stops working in 3.1.4
by Juergen Zimmermann (JIRA)
panelBarItem stops working in 3.1.4
-----------------------------------
Key: RF-2184
URL: http://jira.jboss.com/jira/browse/RF-2184
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JBossAS 4.2.2, RichFaces 3.1.4, JDK 6u4
Reporter: Juergen Zimmermann
Attachments: screenshot-1.jpg
I have 3 times panelBarItem. The second panelBarItem has an attribute rendered="...". If the rendered attribute evaluates to false, then a corrupted html page is produced (both with IE 7 and FF 3beta2). Screenshot will be attached. This issue is new, and wasn't there in 3.1.3
If the rendered attribute evaluates to true, then everything is fine.
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2075) The left border of rich:dataTable is missing on IE7
by Adrian Mitev (JIRA)
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>&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
17 years, 11 months