[richfaces-issues] [JBoss JIRA] Updated: (RF-6616) colorPicker: incorrect component state after validation fails

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Thu Mar 26 12:39:22 EDT 2009


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

Tsikhon Kuprevich updated RF-6616:
----------------------------------

    Description: 
I have an external validator used by colorPicker. It throws a ValidatorException in case if there is "56" in value.

1. open the component and notice current value; "rgb(0,0,0)" for example.
2. Select incerrect data to force the component to fail validation; "rgb(0,56,0)" for example.
3. Look at the external input after the page is refreshed
=> There is a new value in the external input: "rgb(0,56,0)" which is correct
4. Open the component
=> There is rgb(0,0,0) in the RGB inputs. The value of rgb(0,56,0) should be for internal RGB inputs.

  was:
1. open the component and notice current value; "rgb(0,0,0)" for example.
2. Select incerrect data to force the component to fail validation; "rgb(0,56,0)" for example.
3. Look at the external input after the page is refreshed
=> There is a new value in the external input: "rgb(0,56,0)" which is correct
4. Open the component
=> There is rgb(0,0,0) in the RGB inputs. The value of rgb(0,56,0) should be for internal RGB inputs.



> colorPicker: incorrect component state after validation fails
> -------------------------------------------------------------
>
>                 Key: RF-6616
>                 URL: https://jira.jboss.org/jira/browse/RF-6616
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>         Environment: 3.3.1.BETA1
>            Reporter: Tsikhon Kuprevich
>            Assignee: Nick Belaevski
>
> I have an external validator used by colorPicker. It throws a ValidatorException in case if there is "56" in value.
> 1. open the component and notice current value; "rgb(0,0,0)" for example.
> 2. Select incerrect data to force the component to fail validation; "rgb(0,56,0)" for example.
> 3. Look at the external input after the page is refreshed
> => There is a new value in the external input: "rgb(0,56,0)" which is correct
> 4. Open the component
> => There is rgb(0,0,0) in the RGB inputs. The value of rgb(0,56,0) should be for internal RGB inputs.

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