[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
14 years, 3 months
[JBoss JIRA] Created: (RF-11220) Drag Source - Composite Component and Mojarra 2.1 -
by Jan Papousek (JIRA)
Drag Source - Composite Component and Mojarra 2.1 -
----------------------------------------------------
Key: RF-11220
URL: https://issues.jboss.org/browse/RF-11220
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: * RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
* Metamer 4.1.0.20110805-M1 r.22604
* Mojarra 2.1.3-FCS
* Apache Tomcat 6.0.32
* OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
* Firefox 3.6.19 @ Linux i686 (x86_64)
Reporter: Jan Papousek
Page *faces/components/richDragSource/cc.xhtml* displays error _/components/richDragSource/cc.xhtml @57,89 <metamer:dragSource> The following attribute(s) are required, but no values have been supplied for them: id_. However the attribute *id* is defined.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (RF-11181) Rework rich:notify to Facelet templates
by Lukáš Fryč (JIRA)
Rework rich:notify to Facelet templates
---------------------------------------
Key: RF-11181
URL: https://issues.jboss.org/browse/RF-11181
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone2
Currently, there is custom Java implementation of renderers for rich:notify* components.
They should be reimplemented to CDK to simplify their definition and align development with rest of framework components.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (RF-11073) fileUpload listHeight
by ba nguyen (JIRA)
fileUpload listHeight
---------------------
Key: RF-11073
URL: https://issues.jboss.org/browse/RF-11073
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Environment: Windows 7
Glassfish v3.1
Eclipse JEE Helios Service Release 1
FireFox 4
Reporter: ba nguyen
<rich:fileUpload
listHeight="1000"
...
</rich:fileUpload>
listHeight is ignored. No documentation regarding this feature in RichFaces 4 final releases.
Referencing issue RF-9737 the fix was version 4 milestone 6. Final version does not carry on the fix.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months