aem-core-wcm-components icon indicating copy to clipboard operation
aem-core-wcm-components copied to clipboard

Standardized components to build websites with AEM.

Results 354 aem-core-wcm-components issues
Sort by recently updated
recently updated
newest added

Using core form components in AEM as a Cloud Service (AEMasCS) to create a simple form, marking fields as required and configuring validation messages. Intermittently, the message displayed is either...

The "id" page property is overwritten when the blueprint site executes a new rollout. Scenario: - Blueprint site Page property `id` = `somevalue` - Blueprint rollout pushes `id` = `somevalue`...

When a `Language Navigation` component is in a template structure, or in a blueprint XF inherited to a live copy site, the `Navigation Root` isn't updated to the Live Copy...

The commit https://github.com/adobe/aem-core-wcm-components/commit/18694ef650f936970720ffc370db7497a20ac7d9#diff-431ef0a11cf72a24d447085f46d6470e6fa53f2ad883836c08cdb59e832912f8R195 introduced a regression for us that PDFs do no longer display inline in Safari. Instead Safari just exposes an empty window without a reasonable error message to...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade javax.servlet.jsp:jsp-api from 2.1 to 2.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.7.25 to 1.7.36. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade org.apache.jackrabbit:jackrabbit-jcr-commons from 2.20.4 to 2.22.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 3 vulnerabilities in the maven dependencies of this project. #### Snyk changed the following file(s): - `testing/junit/core/pom.xml` #### Vulnerabilities that will...

`ContentFragment` interface unnecessarily extends `ContainerExporter` `ContentFragmentImpl` unnecessarily implements `ContainerExporterImpl` This results in confusing and unnecessary code implementing `getExportedItems()` and `getExportedItemsOrder()` which always results in empty values in practical use. Looking...

JavaScript executing on Page Properties instruments the dialog twice. I'm unsure why, but the `dialog-loaded` event seems to trigger twice on open of Page Properties, hence double-instrumenting. This impacts the...