Brett Birschbach
Brett Birschbach
Bug present as of version: 2.24.7-SNAPSHOT When a form submission fails, the Form Options field generally restores the options to what was submitted by the user. So if I have...
Bug present as of version: 2.24.7-SNAPSHOT When a form submission fails, values in text fields should be preserved. They are indeed preserved, unless a text field has a default value...
Version: 2.25.5-SNAPSHOT Perhaps not a "bug" if nothing is broken, but `nextgendmthumbnail.html` is adapting the request to the completely unrelated `com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField` sling model just to be able to get a...
Bug present as of version: 2.24.7-SNAPSHOT When an Image component references a page image, and that page image is a Dynamic Media image, the dialog options for configuring Dynamic Media...
Version: 2.25.5-SNAPSHOT A few of the example OEmbed configs are incorrectly escaping the `.` in the `scheme` regex: com.adobe.cq.wcm.core.components.internal.services.embed.OEmbedClientImplConfigurationFactory-flickr.config ``` scheme=["https?://.*\.flickr\\.com/photos/.*","https?://flic\\.kr/p/.*"] ``` should be ``` scheme=["https?://.*\\.flickr\\.com/photos/.*","https?://flic\\.kr/p/.*"] ``` com.adobe.cq.wcm.core.components.internal.services.embed.OEmbedClientImplConfigurationFactory-twitter.config ``` scheme=["https?://(.*\.)?twitter\.com/.*"]...
Bug present as of version: 2.24.7-SNAPSHOT At least it seems like a bug to me. The model JSON for a container component omits things like the container ID, the container...
Version: 2.25.5-SNAPSHOT The service ranking syntax in `TableOfContentsFilter` is defined incorrectly, resulting in the filter having an invalid config when viewed on `/system/console/status-Services` Invalid line: ``` property = {Constants.SERVICE_RANKING +...
Version: 2.25.5-SNAPSHOT Form Container and child components do not support the standard data layer like the rest of WCM Core components. The associated sling models should be updated to support...
Once a Tab or Accordion Item or Carousel slide is created as something NOT a container, there’s no way to add more items to that Tab/Item/Slide and no way to...
Version: 2.25.5-SNAPSHOT **Issue 1:** Logic that attempts to preserve the location of the hash in front of the query string incorrectly moves the hash if it is a substring of...