On Aem instance 6.5.2 we have a multifield issue related to deletion, steps to reproduce the issue:
- Drag a component into parsys which have smart image field (sling:resourceType : cq/gui/components/authoring/dialog/fileupload) into the multifield
![gauravm77741850_0-1580386898335.png gauravm77741850_0-1580386898335.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22243i9126CEDA84936B00/image-size/medium/is-moderation-mode/true?v=v2&px=400)
![gauravm77741850_1-1580386898348.png gauravm77741850_1-1580386898348.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22244iCB6D6061ADEB9075/image-size/medium/is-moderation-mode/true?v=v2&px=400)
- Add atleast two items into multifield
![gauravm77741850_2-1580386898357.png gauravm77741850_2-1580386898357.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22245i297C7BF9D04D7D29/image-size/medium/is-moderation-mode/true?v=v2&px=400)
![gauravm77741850_3-1580386898369.png gauravm77741850_3-1580386898369.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22247i7E50011AAA0F5045/image-size/medium/is-moderation-mode/true?v=v2&px=400)
- Now delete the first element
- You will observed that all the data copied from second to first except the smart image (fileupload) data, which is causing two items still present in multifield
![gauravm77741850_4-1580386898372.png gauravm77741850_4-1580386898372.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22246i76A815C2CCB3375B/image-size/medium/is-moderation-mode/true?v=v2&px=400)
![gauravm77741850_5-1580386898379.png gauravm77741850_5-1580386898379.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/22248i94A73C4D804CFE2B/image-size/medium/is-moderation-mode/true?v=v2&px=400)
Here one more issue I found while testing above scenario: When we switch the multifield items(dragging second item to first place), all other data changes its position, but image is still not changing its position. This is happening when image field is with any other field. If only smart image field is there in multifield its working fine.
Note:
- Issue is only occurring when we have smart image item (sling:resourceType : cq/gui/components/authoring/dialog/fileupload) in multi-field.
- Issue is there in AEM 6.5.3 version also.