Closed QmmParkett closed 6 months ago
Hello @QmmParkett , Thank you for your inputs.
regards, Michael
Hello @MichaelHeil, Regarding the 1st point - just to make sure I understand you correctly, in smaller VP any button clicked will result in a saving of the dialog successfully, no matter if the validations are not met ? Regarding the 2nd point I am using Adobe Experience Manager 2023.9.13420.20230907T185228Z-230800 and yes I am referring to a RTE configuration. I am attaching the content.xml-s for both the parent component and the multifield component. parentComponent.txt child.txt Regarding point 3 I followed the steps very closely. The pom version is updated to 4.0.0 The old bundle was uninstalled The new bundle is installed and the old namics folder under /apps in CRX was deleted and a new folder merkle was created regards, Simeon
Hello @QmmParkett
Can not be reproduced -> closing issue
Hi, so I updated my local AEM instance to the March release and I imported your component to my codebase and tested with it. I am attaching a video this time, so that the issues at hand are better visible
Hello @QmmParkett,
Please showcase this issue on a vanilla instance within a WKND tenant and WKND template.
regards, Michael
Hello, I was closely following the resolve of https://github.com/merkle-open/aem-generic-multifield/issues/38, that you fixed in release 4.0.0. I migrated to this version and there were some improvements, but there is still an issue in smaller viewports ( VP < 1024). The issues before: If you had a large textarea and a multi-field component in the same dialog - the text area was missing and not interactable - this was fixed! You could not click on the add(+) button of the multi-field - this is also fixed! The issues now: Once you click on the add(+) on the multi field, in my case I have a new dialog with a big text area, this text area is now not visible and interactable . Also the OOTB adobe Save and Cancel dialog in the bottom of the form get transferred to the top of the dialog( this is okey) in the form of X and / ( tick) ( this is also okey) the issues with these new buttons are. First of all - if you click on any one of them - they close both the edit dialogs ( the main one in which the have the multi field and the dialog of the multi field itself). The 2nd issue is - the tick (/) Done checkmark saves the dialog even if there were fields with a mandatory check and were left empty, so the button can save invalid data to the multi field fields.