Slider: input doesn't work with Firefox when maxlength evaluated to null
------------------------------------------------------------------------
Key: RF-9860
URL:
https://jira.jboss.org/browse/RF-9860
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20150
Metamer 4.0.0-SNAPSHOT r.20155
Mojarra 2.0.2-FCS @ GlassFish Server Open Source Edition 3.0.1
Mojarra 2.0.3-FCS @ Apache Tomcat 7.0.4
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Firefox 3.6.12 @ Linux x86_64
Reporter: Pavol Pitonak
1. deploy Metamer
2. open with Firefox
http://localhost:8080/metamer/faces/components/richInputNumberSlider/simp...
3. type "5" into input
4. click outside of input to fire blur event
result:
input is empty, after blur an ajax request is fired, 0 is set, in Chrome it works fine
it happens because input's maxlength attribute is set to 0 when EL evaluates to null
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira