Currently RTE spellcheck plugin doesn't provide spelling suggestions so we want to utilize browser's default spellcheck functionality. For that we need a right click inside RTE to work but its disabled.Does anyone know how can we enable right click inside RTE?
Hello , When scanning one of our JavaScript libraries We find the flaw is reported in the code below, as System leak by the static code analyzer $("#id).append(jsonObject.id); // system leak $("#id).text(jsonObject.id); //System leak On analysis, we find that the above code is reported as a flaw du...
Hello, what happens is that I have a problem that does not load the client-base in AEM environments, more specifically the min.js file, and this causes errors such as the Image component doesn't render the image.The strange thing is that previously this didn't happen, this is an example of an enviro...
Hi,when working with Content Fragments or Templates and we modify them (as AEM devs), the property cq:lastModified gets updated accordingly after publishing locally.We then need to make sure that cq:lastReplicated is present and not older than cq:lastModified. This process is conducted manually by d...
Hi everyone,I would like to ask you why during the import of some assets from AEM to Dynamic Media it happens randomly that a "-1" is automatically added at the end of file name on DM.I've already checked and there aren't duplicate of same asset.
Why is the asset.getRenditions() function in AEM only returning Static / Original renditions and not Dynamic renditions, even though I can confirm the presence of Dynamic renditions for the asset in the AEM Asset manager? Code Snap: private static void getDynamicRenditions(Asset asset) { List<Ren...
Hello, I am trying to understand the Run Modes precedence in Cloud AEM. I read the Adobe doc here, which provides a list of run modes like below: config (The default, applies to all AEM services) config.author (Applies to all AEM Author service) config.author.dev (Applies to AEM Dev Author service...
Hi Everyone,I'm getting error while building the maven project using the mvn clean install command, I'm facing this issue only after adding the Jsoup Dependency in my main pom file and core pom fileThis is dependency i added in POM file<dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup<...
Hi Guys, Context Hub kernel can have a big impact in terms of network traffic and I would like to get your thoughts on how well ContextHub can be optimized so that the page load time can be taken care of. A couple of things could be - minification, caching the kernel.js, minimizing store loads ...