I am using CQ5.6.1. I have a component which contains other components (images with text) that I want to show as a carousel in the CQ WCM view for content editing. However, I also want to be able to double click on the inner image components to edit them.
I am able to get the carousel working on the page. It slides and displays correctly. However, the inner image components do not always highlight and open for editing properly. Usually, I am not able to hover and double click on them at all.
I am using the Twitter bootstrap carousel (http://getbootstrap.com/2.3.2/javascript.html#carousel) in my component jsp. I loop through the inner components, get their path, and insert them into the carousel code using <cq:include /> .
Any ideas on how to get the edit rollover to work properly?