[richfaces-issues] [JBoss JIRA] Resolved: (RF-8522) inputNumberSlider cannot handle negative values

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Mar 12 08:33:38 EST 2010


     [ https://jira.jboss.org/jira/browse/RF-8522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-8522.
--------------------------------

    Resolution: Cannot Reproduce Bug
      Assignee: Nick Belaevski


Tried with the following code:

		<rich:inputNumberSlider minValue="-200" maxValue="100" value="-150" />
		<rich:inputNumberSlider minValue="-200" maxValue="100" value="50" />

		<rich:inputNumberSlider minValue="-200" maxValue="100" value="100" />
		<rich:inputNumberSlider minValue="-200" maxValue="100" value="-200" />

		<rich:inputNumberSlider minValue="-200" maxValue="-100" value="-150" />

		<rich:inputNumberSlider minValue="-200" maxValue="-100" value="-100" />
		<rich:inputNumberSlider minValue="-200" maxValue="-100" value="-200" />


> inputNumberSlider cannot handle negative values
> -----------------------------------------------
>
>                 Key: RF-8522
>                 URL: https://jira.jboss.org/jira/browse/RF-8522
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.2.CR1
>         Environment: OS: Ubuntu 9.10, Browser: Firefox 3.5
>            Reporter: alex winizki
>            Assignee: Nick Belaevski
>
> if the value, minValue or maxValue attributes of an inputNumberSlider are negative, the slider indicator cannot be moved with the mouse, although it is ensured that minValue <= value <= maxValue and minValue < maxValue.

-- 
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

        


More information about the richfaces-issues mailing list