rich:inputNumberSlider onchange fired on every change
-----------------------------------------------------
Key: RF-5961
URL:
https://jira.jboss.org/jira/browse/RF-5961
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Jboss Seam 2.1.1.GA
JBoss AS 4.2.2.GA
RichFaces 3.3.0
Reporter: Uros Majeric
Priority: Minor
The problem is when you type a number in manual input, on every digit I type in onchange
event is fired.
<rich:inputNumberSlider value="#{bean.value}" showInput="true"
enableManualInput="true" width="300" minValue="-1000"
maxValue="100" step="1">
<a:support event="onchange" action="#{bean.action}"
reRender="form"/>
</rich:inputNumberSlider>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira