Yes... you are correct It's removed while Opening the dialogorg.apache.sling.xss.impl.HtmlToHtmlContentContext AntiSamy warning: The div tag had a style attribute, "background-color", that could not be allowed for security reasons.What is the recommended step for this issue?
Any one tried style="background-color: rgba(255, 0, 0, 0.5); in richText Source edit mode.It's not working for rgba but working with rgb for tableStyles ?
This issue happening only when source edit HTML contains as "table style(<table style="width: 100.0%;"></table>)".This working when we use any style tag as(only rgb) style="background-color: rgb(255, 0, 0);" but not working with style="background-color: rgba(255, 0, 0, 0.5);".The value not holding ...
Hi,I have added the below snippet code in the RTE "Source Edit" mode to apply the background color for a text.First time while entered the code it's worked fine and applied the style but when we re-open the dialog and with out changing any thing just submitted the dialog the style tag got vanished f...
Hi,We are facing one issue similar to this.When we add a rich Text editor and Number Field in a single dialog,First time while authoring it's working fine but when we re-open the dialog it's not allowing to edit the number field/Rich text editor and If there are any other drop-down fields, all a...
Hi,In this use case used the path browser to pick the image not using File upload to drag and drop the image.I am expecting a drag and drop option for author from side-kick to a multifield component which not implemented any where in OOTB functionality. Is it a customization issue or any other issue...
Hi,I have tried to use the Image inside a mutifield in-order to accommodate a Gallery(Set of 5-10 images) using Coral ui3 multifieldHow ever i am not able to submit the dialog as throwing below error.Is there any references(examples) used only Coralui3 with out using Coralui2/acs-commons.Below is t...
SMTP configurations are correct and also i am able to get the OOTB notification for workflow abort/complete and also able to see the connection in SMTP debug mode but not picking the custom content as mentioned in bundle and also workflow aborted when the service is null? Do we have to do any other ...