Really? Did you see my screenshot? It seems bizarre that the user has to scroll when there is clearly enough space for the list to fit into...Would you mind attaching a screenshot of your list? Everyone here has the same issue as me so I would be keen to see if it affects everyone or just us...Many ...
Hi guys,I am writing some Hobbes tests for my component, but the list of tests in the sidekick is a really strange size (attached screenshot).Does anyone else see this? Can someone explain if this is a known bug?ThanksDave
Hey guys,I watched this video on User Interface Customisation the other day : http://dev.day.com/content/ddc/en/gems/user-interface-customization-for-aem-6.htmlIt was great, however not all of the examples in the video are available on that Github link? Specifically, I am looking for the example cod...
Hi Feike,Thank you for your swift response!I have used data-sly-template and data-sly-call elsewhere in my component and am very happy with how they work, however they do not solve the problem at hand.Lets look at the problem another way... I have a component called Heading. This component can be u...
Hello, it's me again!I am now running into an issue upon updating my inner component via the inline editing function author.edit.actions.doUpdate(editable, params), which saves the data fine, but updates the UI without using the selector that is defined in the template...so for example say I have:<d...
Morning Feike! That sounds like exactly what I am looking for, but I do not know how to then create the different templates that respond to different selectors? Any help would be much appreciated Cheers, Dave
I am trying to implement something which I hope is relatively straight forward... I have one component (lets call it the wrapper component) which contains another component (lets call it the inner component) inside it via the data-sly-resource tag:<div data-sly-resource="${ 'inner' @ resourceType='...
Hello!I am trying to override the default fast-double-click behaviour for one of my components. I am currently using the following code:jQuery(document).on('cq-overlay-fast-dblclick', function(ev){ console.log('double clicked detected', ev.inspectable.type); if ( ev.inspectable.type == 'my/component...
Hi there,I am trying to customise the authoring experience of child components in my component by adding a _cq_childEditConfig.xml file to it with the following XML:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1....