[
https://issues.apache.org/jira/browse/SLING-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219080#comment-17219080
]
Paul Bjorkstrand commented on SLING-9829:
-----------------------------------------
Thanks for the explanation. Even if it were just the element name, that would
be helpful. I understand that it would be nontrivial, but it would probably be
useful to add in some kind of logging facility in the future. I added
SLING-9849 to request that feature.
Thanks again, [~radu].
> data-sly-element should correctly handle void elements
> ------------------------------------------------------
>
> Key: SLING-9829
> URL: https://issues.apache.org/jira/browse/SLING-9829
> Project: Sling
> Issue Type: Bug
> Components: Scripting
> Affects Versions: Scripting Sightly Engine 1.0.0, Scripting HTL Compiler
> 1.0.0, Scripting HTL Compiler 1.1.0-1.4.0, Scripting HTL Compiler 1.2.0-1.4.0
> Reporter: Radu Cotescu
> Assignee: Radu Cotescu
> Priority: Major
> Fix For: Scripting HTL Compiler 1.2.12-1.4.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The current implementation of {{data-sly-element}} doesn't correctly handle
> void elements which will replace the original element on which the block
> element was placed:
> When {{$\{item.element.name}}} evaluates to {{link}} or {{meta}}, the element
> will have a closing tag in the following example, although both {{link}} and
> {{meta}} are void elements:
> {code:html}
> <script data-sly-element="${item.element.name @ context='unsafe'}"></script>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)