function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sandeep@Salesforcesandeep@Salesforce 

Strange behavior of apex:InlineEditSupport on visualforce page

I have implemented a InlineEditing on a visualforce page. Issue that I am facing is if When user double click on any field, clear out field value and proceed to click on save then system shows expected error message to user which is exected because there is required validation for this field.
User-added image

when user click on undo icon and click on save still Error message appears.
User-added image
I deeply investigated and found that clicking on undo icon only shows it is reverting value but actually it does not properly revert value. so if user click on Save button Error occurs. Any Suggestion?


Thanks
Sandeep Singhal