[JBoss JIRA] (RF-13010) Popup panel inside popup panel: button not rendered in IE10
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13010?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13010:
-------------------------------
Fix Version/s: 5-Tracking
(was: 5.0.0.Alpha2)
> Popup panel inside popup panel: button not rendered in IE10
> -----------------------------------------------------------
>
> Key: RF-13010
> URL: https://issues.jboss.org/browse/RF-13010
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> Mojarra 2.1.13
> EAP 6.0.1
> Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
> works in Chrome 27.0.1453.93 @ Linux x86_64
> broken in IE10 @ Win 8, IE9 @ Win 7
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.3, 5-Tracking
>
> Attachments: buttonInPopupPanel.png
>
>
> # deploy Metamer and open http://192.168.122.1:8080/metamer/faces/components/richPopupPanel/simple....
> # change template to "Rich Popup Panel"
> # click the "Call the popup" button
> result:
> * the is a button between paragraph and link inside popup panel in Chrome/Firefox
> * the button is missing in IE 10
> * it might be related to RF-12850 or RF-12958
> * worked fine in 4.3.1.Final
--
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, 5 months
[JBoss JIRA] (RF-12891) Datatable with ExtendedDataModel ajax call
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12891?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12891:
-------------------------------
Fix Version/s: 4.3.3
5-Tracking
> Datatable with ExtendedDataModel ajax call
> ------------------------------------------
>
> Key: RF-12891
> URL: https://issues.jboss.org/browse/RF-12891
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: apache-tomcat-7.0.34, servlet-weld 1.1.11.
> Reporter: tehackio teha
> Priority: Critical
> Labels: ExtendedDataModel, UIDataAdaptor, a4j:commandLink, datatable
> Fix For: 4.3.3, 5-Tracking
>
>
> If one ajax call inside column of datatable(org.ajax4jsf.model.ExtendedDataModel) to render outside, method walk is called many times;
> On org.richfaces.component.UIDataAdaptor.requiresRowIteration(VisitContext context), context.getFacesContext().getAttributes().get("javax.faces.visit.SKIP_ITERATION") returns "null", therefore "false".
--
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, 5 months
[JBoss JIRA] (RF-12675) Drag and drop doesn't work with MyFaces
by John Yeary (JIRA)
[ https://issues.jboss.org/browse/RF-12675?page=com.atlassian.jira.plugin.s... ]
John Yeary commented on RF-12675:
---------------------------------
This issue is extremely critical on WebSphere. If you choose to use JSF + CDI, you only have one choice MyFaces + OpenWebbeans. As a result, you can not navigate around the issue using Mojarra. That is not an option, and is unsupported on Websphere. It is noted in the [IBM Websphere 8 Network Deployment Manual| http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm...]
{quote}
Only the default JSF implementation (based on MyFaces) is supported for use with CDI.
{quote}
> Drag and drop doesn't work with MyFaces
> ---------------------------------------
>
> Key: RF-12675
> URL: https://issues.jboss.org/browse/RF-12675
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-drag/drop
> Affects Versions: 4.2.3.Final
> Environment: tomcat6
> Reporter: Anton Zukovskij
> Priority: Critical
> Labels: Drag, drop, myfaces
> Fix For: 5-Tracking
>
> Attachments: dragAndDrop.zip
>
>
> When using simple drag and drop with myfaces JSF implementation, javascript fails on drop event:
> Uncaught clientError: Sourceform could not be determined, either because element is not attached to a form or we have multiple forms with named elements of the same identifier or name, stopping the ajax processing (jsf.js...lopment (line 8277)).
> This is caused by drag indicator is being detached from <form> and appended to body (dnd-draggable.js @ dragStart). Please see attached demo app. This issue is also reproducible on showcase application if you replace mojarra jar files with myfaces.
--
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, 5 months
[JBoss JIRA] (RF-13054) Indeterminate ProgressBar
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13054?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13054:
----------------------------------
This might be an interesting feature request for RichFaces 5 as well. IMHO it can be implemented with bootstrap progress bar.
> Indeterminate ProgressBar
> -------------------------
>
> Key: RF-13054
> URL: https://issues.jboss.org/browse/RF-13054
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.2
> Reporter: Edilmar Alves
> Original Estimate: 2 weeks
> Remaining Estimate: 2 weeks
>
> I would like a progress bar with a behaviour like Swing indeterminate JProgressBar (http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html).
> Text extracted from link above:
> "Sometimes you can't immediately determine the length of a long-running task, or the task might stay stuck at the same state of completion for a long time. You can show work without measurable progress by putting the progress bar in indeterminate mode. A progress bar in indeterminate mode displays animation to indicate that work is occurring. As soon as the progress bar can display more meaningful information, you should switch it back into its default, determinate mode."
--
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, 5 months
[JBoss JIRA] (RF-13043) rich:select add title Attributes to items
by J W (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
J W commented on RF-13043:
--------------------------
The workarround seems to work. I have created my own classes for SelectRendererBase, SelectRenderer and SelectHelper.
SelectRenderer: because i need to reference my own renderer.
SelectBaseRenderer: because it need to call the new SelectHelper
SelectHelper: because here is the method,where the items are encoded.
If i notice any problems i will report it on Monday
> rich:select add title Attributes to items
> -----------------------------------------
>
> Key: RF-13043
> URL: https://issues.jboss.org/browse/RF-13043
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
> Fix For: 5-Tracking
>
>
> It would be really good if rich:select had a title Attribute for every item listed. In the delivered HTML-Code every Item is in a DIV-Tag, so it should not be too hard to add this functionality.
--
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, 5 months