[JBoss JIRA] (RF-11551) The scrollbar of rich:extendedDataTable disappears inside rich:tabPanel (switchType=ajax) and problems with switchType=client
by Andrey Zhemoytuk (JIRA)
[ https://issues.jboss.org/browse/RF-11551?page=com.atlassian.jira.plugin.s... ]
Andrey Zhemoytuk commented on RF-11551:
---------------------------------------
Checked the attached war with different RF versions:
4.2.0.Final:
both issues are reproducible (switchType="client" and switchType="ajax")
4.2.2.Final:
switchType="ajax" works fine
switchType="client" - the issue is reproducible
4.3.2.Final:
both switchType="ajax" and switchType="client" work fine.
> The scrollbar of rich:extendedDataTable disappears inside rich:tabPanel (switchType=ajax) and problems with switchType=client
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-11551
> URL: https://issues.jboss.org/browse/RF-11551
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes, component-tables
> Affects Versions: 4.1.0.Milestone2
> Environment: Tomcat6, Firefox 7, IE 8, myfaces 2.1.3
> Reporter: Rene O
> Labels: waiting_on_user
> Fix For: 5-Tracking
>
> Attachments: jsftest.war
>
>
> A testcase to reproduce this issue is attached.
> Steps to reproduce this issue:
> 1. http://localhost:8080/jsftest/tabandtable.jsf
> 2. switch to tab "Tab with Table" -> table has scrollbar
> 3. switch to tab "Tab with Table2" -> table has no scrollbar, which is not the expected behaviour
> 4. switch again to tab "Tab with Table" -> table has now also no scrollbar, which is not the expected behaviour
> If you use switchType=server everything works as expected.
> If you use switchType=client there is another problem:
> The content of the tables is not visible. It is visible after you use the dataScroller. But there is also no scrollbar visible.
--
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, 4 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Andrey Zhemoytuk (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Andrey Zhemoytuk commented on RF-12033:
---------------------------------------
Not reproducible with RF 4.3.2.Final
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Labels: lazy-loaded
> Fix For: 5-Tracking
>
> Attachments: richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?xml version='1.0' encoding='UTF-8' ?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {code}
--
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, 4 months
[JBoss JIRA] (RF-12767) Metamer: rich:collapsibleSubTable don't work with rich:dataScroller
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-12767?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-12767:
----------------------------------------------
Petr Mensik <pmensik(a)redhat.com> made a comment on [bug 983065|https://bugzilla.redhat.com/show_bug.cgi?id=983065]
No, this is a bug in RichFaces so it also persists in PBR. And target release for the fix is RichFaces 5 (which are going to be released at the end of this year) so we should mark this as a known issue already.
> 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, 4 months
[JBoss JIRA] (RF-12767) Metamer: rich:collapsibleSubTable don't work with rich:dataScroller
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-12767?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-12767:
----------------------------------------------
Petr Mensik <pmensik(a)redhat.com> made a comment on [bug 983065|https://bugzilla.redhat.com/show_bug.cgi?id=983065]
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.
Steps to reproduce
1. Deploy metamer to JBoss AS 7
2. http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/sc...
3. Try to move between pages with panel
> 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, 4 months
[JBoss JIRA] (RF-13088) Sorting with rich:column doesn't work in Metamer
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-13088?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-13088:
----------------------------------------------
Petr Mensik <pmensik(a)redhat.com> made a comment on [bug 983055|https://bugzilla.redhat.com/show_bug.cgi?id=983055]
Sorting doesn't work properly on both Custom Comparator and Sorting page. If you check the ascending or descending radio button, then some sorting is applied to the list but it's definitely not in correct order. It works only if you select unsorted which will sort the list into the ascending order.
Steps to reproduce
1. Deploy Metamer app
2. Go to http://localhost:8080/metamer/faces/components/richColumn/list.xhtml
3. Try both Custom Comparator and Sorting
Document URL:
Section Number and Name:
Describe the issue:
Suggestions for improvement:
Additional information:
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
> Sorting with rich:column doesn't work in Metamer
> ------------------------------------------------
>
> Key: RF-13088
> URL: https://issues.jboss.org/browse/RF-13088
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.1
> Environment: Fedora 18, Firefox 22
> Reporter: Petr Mensik
> Labels: rich:column
>
> Sorting doesn't work properly on both Custom Comparator and Sorting page. If you check the ascending or descending radio button, then some sorting is applied to the list but it's definitely not in correct order. It works only if you select unsorted which will sort the list into the ascending order.
--
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, 4 months
[JBoss JIRA] (RF-13088) Sorting with rich:column doesn't work in Metamer
by Petr Mensik (JIRA)
Petr Mensik created RF-13088:
--------------------------------
Summary: Sorting with rich:column doesn't work in Metamer
Key: RF-13088
URL: https://issues.jboss.org/browse/RF-13088
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.3.1
Environment: Fedora 18, Firefox 22
Reporter: Petr Mensik
Sorting doesn't work properly on both Custom Comparator and Sorting page. If you check the ascending or descending radio button, then some sorting is applied to the list but it's definitely not in correct order. It works only if you select unsorted which will sort the list into the ascending order.
--
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, 4 months