-
Notifications
You must be signed in to change notification settings - Fork 58
Description
It is possible to lose the picker value by clicking Save/Publish button before the picker property editor has finished loading.
You can reproduce by selecting the document and then clicking the Save/Publish button immediately. If you do this before the ajax request to get the picker list has completed an empty value will be saved for that property.
We discovered this as we have a documentType with four Xml TypeaheadList Picker and there are documents where the list is quite long and take a second or two to load. These TypeAheadList Pickers are using the csv format to store the value.
A similar issue was reported for the Umbraco MNTP (U4-4848) that was fixed. The fix was only for the MNTP. There is also a reported issue for nuPickers (U4-6519).