I have included a component through data-sly-resource. I am able to get the cq decoration tags on firefox and IE; able to edit the component where as I am unable to see the decoration on Chrome.
<li class="apply-btn">
<div data-sly-resource="${ @path='applybtn', resourceType='theironyard/components/content/button'}" data-sly-unwrap></div>
</li>
Please let me know your thoughts.
Thanks,
Ramakrishna
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
As mentioned by Jitendera, it could be CSS issue. Please have a look at the similar kind of case reporter earlier.
Link:- http://stackoverflow.com/questions/25460407/chrome-not-displaying-divs
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Is it happening in Touch or Classic UI?. If it is in classic UI, this might be a CSS issue very similar to the one where
--
Jitendra
Views
Replies
Total Likes
Hi
As mentioned by Jitendera, it could be CSS issue. Please have a look at the similar kind of case reporter earlier.
Link:- http://stackoverflow.com/questions/25460407/chrome-not-displaying-divs
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
can you remove the data-sly-unwrap?
Views
Replies
Total Likes
I have tried removing data-sly-unwrap. But of no change in it. Let me try the CSS fix.
Views
Replies
Total Likes
It is working as expected in Touch UI in all the browsers. Only problem here is in Chrome - Classic UI.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies