[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, 1 month
[JBoss JIRA] Created: (RF-11286) rich:inputNumberSpinner with step=0.1
by Konrad Kowalski (JIRA)
rich:inputNumberSpinner with step=0.1
-------------------------------------
Key: RF-11286
URL: https://issues.jboss.org/browse/RF-11286
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.0.0.Final
Reporter: Konrad Kowalski
There is a problem with rich:inputNumberSpinner. When I use it like below:
<rich:inputNumberSpinner value="0" step="0.1" minValue="0" />
And increase the value I have following values:
1. 0
2. 0.1
3. 0.2
4. 0.30000000000000004
5. 0.4
6. 0.5
7. 0.6
8. 0.7
9. 0.7999999999999999
10. 0.8999999999999999
11. 0.9999999999999999
12. 1.9999999999999999
13. 1.2
14. 1.3
...
There is simple sum in JS code. You should do this like in RichFaces 3.3 ;] with rounding. I`ve tried it and works fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month