Resolved same issue and created page for reference.https://aakul.blogspot.com/2019/05/aem-cug-permissions-gets-reset-post.htmlIn short permission can be deleted if CUG is disabled in AEM<6.3From AEM 6.3, it will use separate authorization module called oak-authorization-cug, then it will never impac...
alexr2 No, Multifield works fine in touch UI during page creation process.Issue with your attached dialog is you are using "foundation/form/fieldset" inside "coral/foundation/form/multifield", which is causing problem. Instead used all coral fields, it will work fine.Use: granite/ui/components/cora...
Root Cause : The div created for RTE filed during page creation does not contain contenteditable="true" but contains when Edited from Page properties.<div class="coral-RichText-editable coral-Form-field coral-Textfield coral-Textfield--multiline coral-RichText is-edited webkit chrome" data-config-pa...
You should add useFixedInlineToolbar property in RTE field as true, as shown below then only inline RTE editing will be enabled.Component Dialog RTE works in full screen mode, here in Template we are doing inline editing in touch UI , hence these changes needs to be made.If it still doesn't work, pl...
To answer your question its a expected behavior as I mentioned in point 3.Also looks like toolbar is missing, hence you can refer point 1&2 as required.1) To get toolbar in RTE, you need to add below property in cq:dialogproperty name: extraClientlibsproperty value: cq.authoring.dialog.rte.coralui22...