[richfaces-issues] [JBoss JIRA] Updated: (RF-10344) Client API: isEditState and isValueChanged, isValueSaved works wrong in some cases

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Jan 28 04:26:03 EST 2011


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

Ilya Shaikovsky updated RF-10344:
---------------------------------

        Summary: Client API: isEditState and isValueChanged, isValueSaved works wrong in some cases  (was: Client API: isEditState and isValueChanged works wrong)
    Description: 
<rich:inplaceSelect editEvent="dblclick" id="inplaceSelect"
	showControls="true" saveOnSelect="false" saveOnBlur="false"
	defaultLabel="Double click to edit value">
				<f:selectItem itemValue="0" itemLabel="Option 1" />
				<f:selectItem itemValue="1" itemLabel="Option 2" />
				<f:selectItem itemValue="2" itemLabel="Option 3" />
dblclick component. Leave the component without changes - component will remains opened and containing of default label - OK
call isEditState from the console - it returns false FAIL
in the same time isValueChanged and isValueSaved - it return true. FAIL

  was:
<rich:inplaceSelect editEvent="dblclick" id="inplaceSelect"
	showControls="true" saveOnSelect="false" saveOnBlur="false"
	defaultLabel="Double click to edit value">
				<f:selectItem itemValue="0" itemLabel="Option 1" />
				<f:selectItem itemValue="1" itemLabel="Option 2" />
				<f:selectItem itemValue="2" itemLabel="Option 3" />
dblclick component. Leave the component without changes - component will remains opened and containing of default label - OK
call isEditState from the console - it returns false
in the same time isValueChanged return true.



> Client API: isEditState and isValueChanged, isValueSaved works wrong in some cases
> ----------------------------------------------------------------------------------
>
>                 Key: RF-10344
>                 URL: https://issues.jboss.org/browse/RF-10344
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Milestone5
>            Reporter: Ilya Shaikovsky
>            Assignee: Pavel Yaschenko
>             Fix For: 4.0.0.CR1
>
>
> <rich:inplaceSelect editEvent="dblclick" id="inplaceSelect"
> 	showControls="true" saveOnSelect="false" saveOnBlur="false"
> 	defaultLabel="Double click to edit value">
> 				<f:selectItem itemValue="0" itemLabel="Option 1" />
> 				<f:selectItem itemValue="1" itemLabel="Option 2" />
> 				<f:selectItem itemValue="2" itemLabel="Option 3" />
> dblclick component. Leave the component without changes - component will remains opened and containing of default label - OK
> call isEditState from the console - it returns false FAIL
> in the same time isValueChanged and isValueSaved - it return true. FAIL

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list