[JBoss JIRA] Created: (RF-11125) a4j:ajax listener method expression behaves differently for one or zero parameter methods
by James G (JIRA)
a4j:ajax listener method expression behaves differently for one or zero parameter methods
-----------------------------------------------------------------------------------------
Key: RF-11125
URL: https://issues.jboss.org/browse/RF-11125
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Final
Environment: MyFace 2.0.7, Tomcat 6, Richfaces 4.0
Reporter: James G
When using a4j:ajax and setting the listener to a bean method, the call works correctly if the bean method has one parameter of type AjaxBehaviorEvent. If the method has no parameters then it may not be called correctly. This situation occurs if the method expression uses a variable scoped in facelets. For example using a ui:param under a ui:decorate. The method expression for one parameter is created using a call to ExpressionFactory.createMethodExpression( faceletContext, ... ) but the method expression for zero parameters is created using ExpressionFactory.createMethodExpression( elContext, ... ). The elContext does not contain the facelet variable mapping and so will not impart this to the method expression. This needs to be refactory to pass in the faceletContext when creating the zero parameter method expression.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-11321) Input Number Slider - placed in Popup Panel - moving the slider with mouse
by Jan Papousek (JIRA)
Input Number Slider - placed in Popup Panel - moving the slider with mouse
---------------------------------------------------------------------------
Key: RF-11321
URL: https://issues.jboss.org/browse/RF-11321
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22637
Mojarra 2.1.2-FCS
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Firefox 5.0 @ Linux x86_64
Reporter: Jan Papousek
When the rich:inputNumberSlider is placed in rich:popupPanel, it can't be moved correctly with mouse. This can be reproduced in Metamer - faces/components/richInputNumberSlider/simple.xhtml (select 'Rich Popup Panel' template in the top menu and click on 'Load').
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-11092) rich:autocomplete - attribute tabindex doesn't work
by Rene O (JIRA)
rich:autocomplete - attribute tabindex doesn't work
---------------------------------------------------
Key: RF-11092
URL: https://issues.jboss.org/browse/RF-11092
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: latest richfaces-4.1.0-SNAPSHOT, IE8, Firefox5, Chrome
Reporter: Rene O
code-snippet to reproduce the issue:
...
<h:form id="testForm">
<h:inputText value="" tabindex="1" />
<rich:autocomplete value="" ... tabindex="2" />
<h:inputText value="" tabindex="3" />
</h:form>
...
If you tab from inputText1, inputText2 will gain the focus, instead of the autocomplete component
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months