[JBoss JIRA] (RF-12767) Metamer: rich:collapsibleSubTable don't work with rich:dataScroller
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12767?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12767:
-------------------------------
Fix Version/s: 5-Tracking
(was: 4.3.1)
> Metamer: rich:collapsibleSubTable don't work with rich:dataScroller
> --------------------------------------------------------------------
>
> Key: RF-12767
> URL: https://issues.jboss.org/browse/RF-12767
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component
> Affects Versions: 4.2.3.Final
> Environment: Ubuntu 12.0.4 LTS, JBoss AS 7.1, Firefox 18.0.1
> Reporter: Petr Mensik
> Labels: jboss-as7, portletbridge, richfaces
> Fix For: 5-Tracking
>
>
> As title suggested, data scrolling is not working in rich:collapsibleSubTable. You can move to the second page but after that the scroll panel gets frozen and you can move only to first page again. Same thing occurs of you click for example to page 5, you can only move backwards.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12804) ExtendedDatatable: columnClasses attribute not work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12804?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-12804.
--------------------------------
Assignee: Brian Leathem
Resolution: Done
Collpased the conflicting writeAttribute calls for the CSS class
> ExtendedDatatable: columnClasses attribute not work
> ---------------------------------------------------
>
> Key: RF-12804
> URL: https://issues.jboss.org/browse/RF-12804
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.0.Final
> Environment: JBoss AS 7.1.1.Final
> Reporter: Roberto Contiero
> Assignee: Brian Leathem
> Priority: Minor
> Labels: regression
> Fix For: 4.3.1
>
>
> After I update richfaces from 4.2.2.Final to 4.3.0.Final, extendedDataTable doesn't render columnClasses attribute properly. Only last column has the correct class but others have only a style class made of concatenation between "rf-edt-td-" and id of the column.
> I think that the problem is inside method
> public void encodeRow(ResponseWriter writer, FacesContext facesContext, RowHolderBase rowHolder)
> of the class ExtendedDataTableRenderer. This lines that are been added seem override the columnClasses attribute:
> if (columnNumber != lastColumnNumber) {
> writer.writeAttribute(HtmlConstants.CLASS_ATTRIBUTE, "rf-edt-td-" + column.getId(), null);
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12804) ExtendedDatatable: columnClasses attribute not work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12804?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12804:
-------------------------------
Fix Version/s: 4.3.1
> ExtendedDatatable: columnClasses attribute not work
> ---------------------------------------------------
>
> Key: RF-12804
> URL: https://issues.jboss.org/browse/RF-12804
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.0.Final
> Environment: JBoss AS 7.1.1.Final
> Reporter: Roberto Contiero
> Priority: Minor
> Labels: regression
> Fix For: 4.3.1
>
>
> After I update richfaces from 4.2.2.Final to 4.3.0.Final, extendedDataTable doesn't render columnClasses attribute properly. Only last column has the correct class but others have only a style class made of concatenation between "rf-edt-td-" and id of the column.
> I think that the problem is inside method
> public void encodeRow(ResponseWriter writer, FacesContext facesContext, RowHolderBase rowHolder)
> of the class ExtendedDataTableRenderer. This lines that are been added seem override the columnClasses attribute:
> if (columnNumber != lastColumnNumber) {
> writer.writeAttribute(HtmlConstants.CLASS_ATTRIBUTE, "rf-edt-td-" + column.getId(), null);
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12804) ExtendedDatatable: columnClasses attribute not work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12804?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12804:
-------------------------------
Labels: regression (was: )
> ExtendedDatatable: columnClasses attribute not work
> ---------------------------------------------------
>
> Key: RF-12804
> URL: https://issues.jboss.org/browse/RF-12804
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.0.Final
> Environment: JBoss AS 7.1.1.Final
> Reporter: Roberto Contiero
> Priority: Minor
> Labels: regression
>
> After I update richfaces from 4.2.2.Final to 4.3.0.Final, extendedDataTable doesn't render columnClasses attribute properly. Only last column has the correct class but others have only a style class made of concatenation between "rf-edt-td-" and id of the column.
> I think that the problem is inside method
> public void encodeRow(ResponseWriter writer, FacesContext facesContext, RowHolderBase rowHolder)
> of the class ExtendedDataTableRenderer. This lines that are been added seem override the columnClasses attribute:
> if (columnNumber != lastColumnNumber) {
> writer.writeAttribute(HtmlConstants.CLASS_ATTRIBUTE, "rf-edt-td-" + column.getId(), null);
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12682) extendedDataTable render issue with rich:tabPanel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12682:
------------------------------------
Is this the same problem as described in RF-12193? [~kaveh_a] can you try the workaround described there?
> extendedDataTable render issue with rich:tabPanel
> -------------------------------------------------
>
> Key: RF-12682
> URL: https://issues.jboss.org/browse/RF-12682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.3.Final, 4.3.0.M3, 4.3.0.CR1
> Reporter: Kaveh A.
> Labels: extendedDataTable, render, richfaces, tabpanel
> Attachments: richfacesBug2.zip, RichFacesBugEclipseProject.zip
>
>
> This issue is not just specific to tabPanel. Anytime the extendedDataTable is hidden (when the page loads) and then it is made visible later the table can not display the data (table is empty at the load time).
> In this particular case if we load a page with two tabs. Furthermore if we have one extendedDataTable in each tab (the first tab shows and the second tab is not shown at first). In this case once the user clicks on the second tab and tries to populate the extendedDataTable (via any action). Then the table is not rendered properly. A sample project has been provided at the following link that further describe this issue. You can download the eclipse project attached at the end of the following message to reproduce this issue.
> https://community.jboss.org/message/783787
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months