[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 updated RF-12682:
-------------------------------
Assignee: Pavol Pitonak
> 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.
> Assignee: Pavol Pitonak
> 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, 11 months
[JBoss JIRA] (RF-12695) rich:select incorrect behavior on IE9 with many selectItems
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12695?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12695:
-------------------------------
Labels: (was: waiting_on_user)
> rich:select incorrect behavior on IE9 with many selectItems
> -----------------------------------------------------------
>
> Key: RF-12695
> URL: https://issues.jboss.org/browse/RF-12695
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.1.0.Final
> Environment: Internet Explorer 9, Windows 7
> Reporter: kevin 2
> Assignee: Juraj Húska
>
> rich:select component has incorrect behavior on IE9 when it contains many items.
> {code:html}
> <rich:select id="selectId">
> <f:selectItems value="#{select.hugeList}"/>
> </rich:select>
> {code}
> When you scroll up and down few times, try to select a value in the bottom of the list, then the scrollbar moves down indefinitely so the hovered value cannot be selected.
> The problem seems to appear with a list of 100 elements or more.
--
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, 11 months
[JBoss JIRA] (RF-12695) rich:select incorrect behavior on IE9 with many selectItems
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12695?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12695:
-------------------------------
Fix Version/s: 5-Tracking
> rich:select incorrect behavior on IE9 with many selectItems
> -----------------------------------------------------------
>
> Key: RF-12695
> URL: https://issues.jboss.org/browse/RF-12695
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.1.0.Final
> Environment: Internet Explorer 9, Windows 7
> Reporter: kevin 2
> Assignee: Juraj Húska
> Fix For: 5-Tracking
>
>
> rich:select component has incorrect behavior on IE9 when it contains many items.
> {code:html}
> <rich:select id="selectId">
> <f:selectItems value="#{select.hugeList}"/>
> </rich:select>
> {code}
> When you scroll up and down few times, try to select a value in the bottom of the list, then the scrollbar moves down indefinitely so the hovered value cannot be selected.
> The problem seems to appear with a list of 100 elements or more.
--
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, 11 months
[JBoss JIRA] (RF-12697) datascroller not working with ui:include
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12697?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-12697.
--------------------------------
Resolution: Won't Fix
Closing this as it appears to be an upstream mojarra issue.
> datascroller not working with ui:include
> ----------------------------------------
>
> Key: RF-12697
> URL: https://issues.jboss.org/browse/RF-12697
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.2.Final
> Environment: RHEL-5.5, Windows7, Jboss-7.1.1.Final, Seam-2.3, Richfaces-4.2.2.Final
> Reporter: Raghavan TV
>
> We have facing this problem after migrating from richfaces 3.3.3 to richfaces 4.2.2.Final (or 4.2.3.Final)
> The datascroller in the child page is not working.
> If we remove the ui:include from the base layout page, then the datascroller works. There are no exceptions or fatal errors logged in the logs.
> {code:title=layout.xhtml}
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <f:view xmlns="http://www.w3.org/1999/xhtml"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:s="http://jboss.com/products/seam/taglib">
> <h:html>
> <h:head>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
> <title>Sample Application</title>
> <link href="stylesheet/theme.ecss" rel="stylesheet" type="text/css" />
> <link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
> </h:head>
> <h:body>
> <table style="basetable">
> <tr><td> <ui:include src="header1.xhtml" /> </td> </tr>
> <tr><td> <ui:insert name="body" /> </td> </tr>
> </table>
> </h:body>
> </h:html>
> </f:view>
> {code}
> {code:title=home.xhtml}
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich"
> template="layout/layout.xhtml">
> <ui:define name="body">
>
>
> <h:form id="orderTrackingSub">
> <rich:panel style="width:990px">
> <f:facet name="header">Order Information</f:facet>
> <rich:panel rendered="#{not empty orderDetVo.orv}" style="width:990px" >
> <rich:dataScroller id="orderdatascroller" for="orderSub" align="center"
> inactiveStyleClass="inactiveDS" selectedStyleClass="activeDS"/>/>
> <rich:dataTable id="orderSub" value="#{orderDetVo.orv}" align="center" var="item"
> rowClasses="row1,row2" rows = "12" rowKeyVar="row" >
> ...
> ...
> </rich:dataTable>
> </rich:panel>
> </rich:panel>
> </h:form>
> </ui:define>
> </ui:composition>
> {code}
> Thanks
> -R
--
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, 11 months
[JBoss JIRA] (RF-12038) IE8 - Object does not support this property or method - a4j:jsFunction
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12038?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12038:
------------------------------------
[~jorelia64]after reading through this issue, I'm thoroughly confused. It sounds like at the end of your investigations you've uncovered two issues. Would you please file two new JIRA issues with some _simple_ sample code and details of:
# What you _expect_ to observe
# What you _actually_ observe
# Any successful workarounds you have uncovered
Thanks!
> IE8 - Object does not support this property or method - a4j:jsFunction
> ----------------------------------------------------------------------
>
> Key: RF-12038
> URL: https://issues.jboss.org/browse/RF-12038
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.2.0.Final
> Environment: cssparser-0.9.6- guava-11.0.1 - hibernate-validator-4.2.0.Final - JSF/Mojarra 2.1.6 - springframework-3.0.6.RELEASE - sac-1.3 - Windows 7 - IE 8.0.1.7601.17514
> Reporter: Jean ANDRE
> Assignee: Brian Leathem
> Attachments: index.xhtml, NestedWeb.zip, NestedWeb_RF-12038.zip, ScreenShot_RF-12038.png
>
>
> Under IE8, IE reports the following error message due to a javascript error. However, the page are well displayed and the application is running ok.
> Object doesn't support this property or method line 177 caracter 1
> Object doesn't support this property or method line 177 caracter 99
> Under IE Debugger, the line is:
> {code}
> closeTab=function(tabId){RichFaces.ajax("closeTab",null,{"incId":"1","parameters":{"tabId":tabId} } )};<
> The caracter 99, is..............................................................................| (here)
> {code}
> This is a code generated by a4j:jsFunction from the XHTML
> {code}
> <!-- -->
> <!-- CLOSE TAB -->
> <!-- -->
> <a4j:jsFunction id="closeTab" name="closeTab" action="#{desktopTabController.doCloseTab}" render="menu-opened-tabs,desktopTabPanel">
> <a4j:param name="tabId" assignTo="#{desktopTabController.closeTabId}" />
> </a4j:jsFunction>
> {code}
> The rendered code is :
> {code}
> <!-- -->
> <!-- CLOSE TAB -->
> <!-- --><span id="closeTab" style="display: none;"><script type="text/javascript">closeTab=function(tabId){RichFaces.ajax("closeTab",null,{"incId":"1","parameters":{"tabId":tabId} } )};</script></span>
> {code}
> See also this link as we got almost a similar: https://bugzilla.redhat.com/show_bug.cgi?id=601360.
--
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, 11 months
[JBoss JIRA] (RF-12038) IE8 - Object does not support this property or method - a4j:jsFunction
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12038?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12038:
-------------------------------
Labels: waiting_on_user (was: )
> IE8 - Object does not support this property or method - a4j:jsFunction
> ----------------------------------------------------------------------
>
> Key: RF-12038
> URL: https://issues.jboss.org/browse/RF-12038
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.2.0.Final
> Environment: cssparser-0.9.6- guava-11.0.1 - hibernate-validator-4.2.0.Final - JSF/Mojarra 2.1.6 - springframework-3.0.6.RELEASE - sac-1.3 - Windows 7 - IE 8.0.1.7601.17514
> Reporter: Jean ANDRE
> Assignee: Brian Leathem
> Labels: waiting_on_user
> Attachments: index.xhtml, NestedWeb.zip, NestedWeb_RF-12038.zip, ScreenShot_RF-12038.png
>
>
> Under IE8, IE reports the following error message due to a javascript error. However, the page are well displayed and the application is running ok.
> Object doesn't support this property or method line 177 caracter 1
> Object doesn't support this property or method line 177 caracter 99
> Under IE Debugger, the line is:
> {code}
> closeTab=function(tabId){RichFaces.ajax("closeTab",null,{"incId":"1","parameters":{"tabId":tabId} } )};<
> The caracter 99, is..............................................................................| (here)
> {code}
> This is a code generated by a4j:jsFunction from the XHTML
> {code}
> <!-- -->
> <!-- CLOSE TAB -->
> <!-- -->
> <a4j:jsFunction id="closeTab" name="closeTab" action="#{desktopTabController.doCloseTab}" render="menu-opened-tabs,desktopTabPanel">
> <a4j:param name="tabId" assignTo="#{desktopTabController.closeTabId}" />
> </a4j:jsFunction>
> {code}
> The rendered code is :
> {code}
> <!-- -->
> <!-- CLOSE TAB -->
> <!-- --><span id="closeTab" style="display: none;"><script type="text/javascript">closeTab=function(tabId){RichFaces.ajax("closeTab",null,{"incId":"1","parameters":{"tabId":tabId} } )};</script></span>
> {code}
> See also this link as we got almost a similar: https://bugzilla.redhat.com/show_bug.cgi?id=601360.
--
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, 11 months
[JBoss JIRA] (RF-12028) a4j:outputPanel incorrectly handles unknown attributes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12028?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12028:
-------------------------------
Summary: a4j:outputPanel incorrectly handles unknown attributes (was: a4j:outputPanel - Error message enhancement)
> a4j:outputPanel incorrectly handles unknown attributes
> ------------------------------------------------------
>
> Key: RF-12028
> URL: https://issues.jboss.org/browse/RF-12028
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Environment: JSF / Mojarra 2.1.6 - cssparser-0.9.6 - guava-11.0.1 - hibernate-validator-4.2.0.Final - springframework 3.0.6.RELEASE - richfaces--4.2.0.Final - sac-1.3 - FireFox 10 - WAS 8.0.0.1 / Windows 7
> Reporter: Jean ANDRE
> Assignee: Brian Leathem
>
> When we set an non existing attribute on a4j:outputPanel, for eg. "class" because we have converted a div to a a4j:outputPanel, the error message displayed at the user interface does not inform the developer about the faulty component. The message we got is only :
> > Error 500: javax.servlet.ServletException: Setter not found for property class
> This error message is not very helpful to debug.... ;)
> {code}
> <a4j:outputPanel id="product"
> layout="block"
> class="dark-box"
> rendered="#{productBean.expanded eq true}">
> {code}
> We should have, as usual, the line of the XHTML file or the component name, the line number, well something more accurate that really help to go faster.
--
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, 11 months
[JBoss JIRA] (RF-12028) a4j:outputPanel incorrectly handles unknown attributes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12028?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12028:
-------------------------------
Fix Version/s: 5-Tracking
> a4j:outputPanel incorrectly handles unknown attributes
> ------------------------------------------------------
>
> Key: RF-12028
> URL: https://issues.jboss.org/browse/RF-12028
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Environment: JSF / Mojarra 2.1.6 - cssparser-0.9.6 - guava-11.0.1 - hibernate-validator-4.2.0.Final - springframework 3.0.6.RELEASE - richfaces--4.2.0.Final - sac-1.3 - FireFox 10 - WAS 8.0.0.1 / Windows 7
> Reporter: Jean ANDRE
> Assignee: Brian Leathem
> Fix For: 5-Tracking
>
>
> When we set an non existing attribute on a4j:outputPanel, for eg. "class" because we have converted a div to a a4j:outputPanel, the error message displayed at the user interface does not inform the developer about the faulty component. The message we got is only :
> > Error 500: javax.servlet.ServletException: Setter not found for property class
> This error message is not very helpful to debug.... ;)
> {code}
> <a4j:outputPanel id="product"
> layout="block"
> class="dark-box"
> rendered="#{productBean.expanded eq true}">
> {code}
> We should have, as usual, the line of the XHTML file or the component name, the line number, well something more accurate that really help to go faster.
--
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, 11 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 reassigned RF-12682:
----------------------------------
Assignee: (was: Brian Leathem)
> 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, 11 months