[JBoss JIRA] (RF-12788) org.richfaces.javascript.QUnitTest fails in WFK 2.2
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12788?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12788:
----------------------------------
Verified with WFK {{2.2.0.ER1}}. Closing.
> org.richfaces.javascript.QUnitTest fails in WFK 2.2
> ---------------------------------------------------
>
> Key: RF-12788
> URL: https://issues.jboss.org/browse/RF-12788
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core, tests - unit
> Affects Versions: 4.3.0.Final
> Environment: WFK 2.2
> Reporter: Marek Novotny
> Assignee: Lukáš Fryč
> Fix For: 4.3.1
>
> Attachments: org.richfaces.javascript.QUnitTest.txt
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> we can see that CI job reports a few failed tests (8 from
> 167) in org.richfaces.javascript.QUnitTest
> {code}
> Results :
> Failed tests: testEvent(org.richfaces.javascript.QUnitTest): Failures:(..)
> testPosition(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueRequest(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueGetSize(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueEmpty(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueClear(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueSubmitFirst(org.richfaces.javascript.QUnitTest): Failures:(..)
> testBaseComponent(org.richfaces.javascript.QUnitTest): Failures:(..)
> Tests run: 167, Failures: 8, Errors: 0, Skipped: 2
> Output from failed build is at
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/WFK/view/WFK-2.2/jo...
> {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, 9 months
[JBoss JIRA] (RF-12788) org.richfaces.javascript.QUnitTest fails in WFK 2.2
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12788?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12788.
----------------------------
> org.richfaces.javascript.QUnitTest fails in WFK 2.2
> ---------------------------------------------------
>
> Key: RF-12788
> URL: https://issues.jboss.org/browse/RF-12788
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core, tests - unit
> Affects Versions: 4.3.0.Final
> Environment: WFK 2.2
> Reporter: Marek Novotny
> Assignee: Lukáš Fryč
> Fix For: 4.3.1
>
> Attachments: org.richfaces.javascript.QUnitTest.txt
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> we can see that CI job reports a few failed tests (8 from
> 167) in org.richfaces.javascript.QUnitTest
> {code}
> Results :
> Failed tests: testEvent(org.richfaces.javascript.QUnitTest): Failures:(..)
> testPosition(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueRequest(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueGetSize(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueEmpty(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueClear(org.richfaces.javascript.QUnitTest): Failures:(..)
> testQueueSubmitFirst(org.richfaces.javascript.QUnitTest): Failures:(..)
> testBaseComponent(org.richfaces.javascript.QUnitTest): Failures:(..)
> Tests run: 167, Failures: 8, Errors: 0, Skipped: 2
> Output from failed build is at
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/WFK/view/WFK-2.2/jo...
> {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, 9 months
[JBoss JIRA] (RF-12108) Components second tab changes are not rendered after performing some ajax action if attribute ajaxRendered="true" inside <rich:message /> located on first tab
by Patrick Schmidt (JIRA)
[ https://issues.jboss.org/browse/RF-12108?page=com.atlassian.jira.plugin.s... ]
Patrick Schmidt updated RF-12108:
---------------------------------
Attachment: sample.xhtml
Sample for broken ajax functionality on second tab.
> Components second tab changes are not rendered after performing some ajax action if attribute ajaxRendered="true" inside <rich:message /> located on first tab
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-12108
> URL: https://issues.jboss.org/browse/RF-12108
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.0.Final, 4.2.2.Final
> Environment: JDK1.6,
> JBoss 6.0.Final, JBoss 7.1.1.Final
> richfaces 4.1.0.Final/4.2.0.Final/4.2.2.Final
> seam 3.1
> IE 9, Chrome, Firefox
> Reporter: Artur Mioduszewski
> Fix For: 5-Tracking
>
> Attachments: sample.xhtml
>
>
> In case getting 2 tabs (in my case it is primefaces tabs):
> {code:title=RENDERING ON SECOND TAB NOT WORKS (after clicking link)}
> First tab:
> <h:selectOneMenu id="nSurfacePercentageOfWholePlayback" value="#{newSurface.percentageOfWholePlayback}">
> <f:selectItems value="#{staticPercentagesItems}"/>
> </h:selectOneMenu>
> <rich:message for="nSurfacePercentageOfWholePlayback" ajaxRendered="true"/>
> Second tab (some code with ajax)
> Ex.
> <a4j:commandLink styleClass="no-decor" execute="@this" action="#{componentManager.deactivateVertically}">
> <h:graphicImage value="/images/icons/delete.gif" alt="Deactivate Vertically"/>
> <a4j:param value="#{dayIndex.index + 1}" assignTo="#{componentManager.verticalDeactivationIndex}"/>
> </a4j:commandLink>
> {code}
> {code:title=RENDERING ON SECOND TAB CORRECTLY WORKS (after clicking link)}
> First tab:
> <h:selectOneMenu id="nSurfacePercentageOfWholePlayback" value="#{newSurface.percentageOfWholePlayback}">
> <f:selectItems value="#{staticPercentagesItems}"/>
> </h:selectOneMenu>
> <rich:message for="nSurfacePercentageOfWholePlayback" ajaxRendered="false"/>
> Second tab (some code with ajax)
> Ex.
> <a4j:commandLink styleClass="no-decor" execute="@this" action="#{componentManager.deactivateVertically}">
> <h:graphicImage value="/images/icons/delete.gif" alt="Deactivate Vertically"/>
> <a4j:param value="#{dayIndex.index + 1}" assignTo="#{componentManager.verticalDeactivationIndex}"/>
> </a4j:commandLink>
> {code}
> When I change tabs order, problem does not exist.
--
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-12108) Components second tab changes are not rendered after performing some ajax action if attribute ajaxRendered="true" inside <rich:message /> located on first tab
by Patrick Schmidt (JIRA)
[ https://issues.jboss.org/browse/RF-12108?page=com.atlassian.jira.plugin.s... ]
Patrick Schmidt commented on RF-12108:
--------------------------------------
Hello,
I am having the same problem. However in my case switching to the tab with rich:messages and then switching back doesn't fix ajax functionality. I just attached a simple example, in which the ajax functionality in the second tab is always broken. Initially I used a4j:outputPanel with ajaxRendered="true", but its the same as with rich:messages. I am using RichFaces 4.3.0.Final.
> Components second tab changes are not rendered after performing some ajax action if attribute ajaxRendered="true" inside <rich:message /> located on first tab
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-12108
> URL: https://issues.jboss.org/browse/RF-12108
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.0.Final, 4.2.2.Final
> Environment: JDK1.6,
> JBoss 6.0.Final, JBoss 7.1.1.Final
> richfaces 4.1.0.Final/4.2.0.Final/4.2.2.Final
> seam 3.1
> IE 9, Chrome, Firefox
> Reporter: Artur Mioduszewski
> Fix For: 5-Tracking
>
> Attachments: sample.xhtml
>
>
> In case getting 2 tabs (in my case it is primefaces tabs):
> {code:title=RENDERING ON SECOND TAB NOT WORKS (after clicking link)}
> First tab:
> <h:selectOneMenu id="nSurfacePercentageOfWholePlayback" value="#{newSurface.percentageOfWholePlayback}">
> <f:selectItems value="#{staticPercentagesItems}"/>
> </h:selectOneMenu>
> <rich:message for="nSurfacePercentageOfWholePlayback" ajaxRendered="true"/>
> Second tab (some code with ajax)
> Ex.
> <a4j:commandLink styleClass="no-decor" execute="@this" action="#{componentManager.deactivateVertically}">
> <h:graphicImage value="/images/icons/delete.gif" alt="Deactivate Vertically"/>
> <a4j:param value="#{dayIndex.index + 1}" assignTo="#{componentManager.verticalDeactivationIndex}"/>
> </a4j:commandLink>
> {code}
> {code:title=RENDERING ON SECOND TAB CORRECTLY WORKS (after clicking link)}
> First tab:
> <h:selectOneMenu id="nSurfacePercentageOfWholePlayback" value="#{newSurface.percentageOfWholePlayback}">
> <f:selectItems value="#{staticPercentagesItems}"/>
> </h:selectOneMenu>
> <rich:message for="nSurfacePercentageOfWholePlayback" ajaxRendered="false"/>
> Second tab (some code with ajax)
> Ex.
> <a4j:commandLink styleClass="no-decor" execute="@this" action="#{componentManager.deactivateVertically}">
> <h:graphicImage value="/images/icons/delete.gif" alt="Deactivate Vertically"/>
> <a4j:param value="#{dayIndex.index + 1}" assignTo="#{componentManager.verticalDeactivationIndex}"/>
> </a4j:commandLink>
> {code}
> When I change tabs order, problem does not exist.
--
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-12720) mobile showcase and android: rich:list, a4j:param and a4j:actionListener demos do not not work properly
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12720?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-12720:
-----------------------------
Steps to Reproduce:
a4j:param:
the set name does not correspond with the output:
# click on the button 'Set Name to Alex'
** output is 'Alex', that is correct
# click on the button 'Set Name to John'
** the output is still 'Alex', 'John' should be there
But when you blur the button (click somewhere else), the output is changed correctly.
a4j:actionListener: same behaviour as above
rich:list:
the set type of the list does not correspond with the output:
# click on the type 'unordered'
** only first 2 items will be unordered, the rest is still ordered (default)
# click on the type 'definitions'
** the first two elements are definitions, the rest is unordered
But when you blur the link, the list is changed correctly.
was:
a4j:param:
the set name does not correspond with the output:
# click on the button 'Set Name to Alex'
** output is 'Alex', that is correct
# click on the button 'Set Name to John'
** the output is still 'Alex', 'John' should be there
But when you blur the button (click somewhere else), the output is changed correctly.
rich:list:
the set type of the list does not correspond with the output:
# click on the type 'unordered'
** only first 2 items will be unordered, the rest is still ordered (default)
# click on the type 'definitions'
** the first two elements are definitions, the rest is unordered
But when you blur the link, the list is changed correctly.
> mobile showcase and android: rich:list, a4j:param and a4j:actionListener demos do not not work properly
> -------------------------------------------------------------------------------------------------------
>
> Key: RF-12720
> URL: https://issues.jboss.org/browse/RF-12720
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core, mobile, showcase
> Affects Versions: 4.3.0.M3, 4.3.0.CR1
> Environment: Apache Tomcat 7.0.32
> richfaces-showcase-4.3.0.CR1-myfaces.war
> Motorola Xoom (Android 4.0.3) -- browser Safari
> Reporter: Jiří Štefek
> Fix For: 5-Tracking
>
>
> See the steps to reproduce.
> There are no problems on iPad (iOS 5.1.1).
> Also not worked in 4.3.0.M3.
--
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-12720) mobile showcase and android: rich:list, a4j:param and a4j:actionListener demos do not not work properly
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12720?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-12720:
-----------------------------
Summary: mobile showcase and android: rich:list, a4j:param and a4j:actionListener demos do not not work properly (was: mobile showcase and android: rich:list and a4j:param demos do not not work properly)
> mobile showcase and android: rich:list, a4j:param and a4j:actionListener demos do not not work properly
> -------------------------------------------------------------------------------------------------------
>
> Key: RF-12720
> URL: https://issues.jboss.org/browse/RF-12720
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core, mobile, showcase
> Affects Versions: 4.3.0.M3, 4.3.0.CR1
> Environment: Apache Tomcat 7.0.32
> richfaces-showcase-4.3.0.CR1-myfaces.war
> Motorola Xoom (Android 4.0.3) -- browser Safari
> Reporter: Jiří Štefek
> Fix For: 5-Tracking
>
>
> See the steps to reproduce.
> There are no problems on iPad (iOS 5.1.1).
> Also not worked in 4.3.0.M3.
--
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 Kaveh A. (JIRA)
[ https://issues.jboss.org/browse/RF-12682?page=com.atlassian.jira.plugin.s... ]
Kaveh A. commented on RF-12682:
-------------------------------
Hi Brian
Thank you very much for taking the time to look at this issue for us. I have tried your recommended change and the situation is slightly better but no where close to being fixed. I have made the change as you mentioned in the following file (commented out suggested line).
Here are the issues:
1- In the attached example project on this bug the second tabPanel is still frozen you can't click on the second tab panel and see the content of this panel .
2- In our application the situation is a little better however any time the browser is re-sized then the all tables that are not visible and are empty are not able to get populated. It seems that the data is coming back to the table but there is something in JavaScript or CSS that does not allow the rows the be shown.
if you send the attach example to a member of your team you'll see that it is not possible to get to the second tab. We may be able to dealing with two different issues here the lock on the tabPanel (which is not as important to my team) and then the display of data in the extendedDataTable.
Below are the files that I changed as per your recommendation
richfaces-components-ui-4.3.0.Final.jar
./META-INF/resources/org.richfaces/extendedDataTable.js
./META-INF/resources/org.richfaces.staticResource/4.3.0.Final/Compressed/org.richfaces/extendedDataTable.js
./META-INF/resources/org.richfaces.staticResource/4.3.0.Final/Static/org.richfaces/extendedDataTable.js
> 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, waiting_on_user
> 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