You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Dan Klco (Jira)" <ji...@apache.org> on 2021/07/25 11:35:00 UTC

[jira] [Resolved] (SLING-10646) Text component is not compatible with quotation marks

     [ https://issues.apache.org/jira/browse/SLING-10646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Klco resolved SLING-10646.
------------------------------
    Resolution: Fixed

Fixed in 6e4b214de071d9faeb706aa816b8252bc9bb5366

> Text component is not compatible with quotation marks
> -----------------------------------------------------
>
>                 Key: SLING-10646
>                 URL: https://issues.apache.org/jira/browse/SLING-10646
>             Project: Sling
>          Issue Type: Bug
>          Components: App CMS
>    Affects Versions: App CMS 1.0.2
>            Reporter: James Raynor
>            Assignee: Dan Klco
>            Priority: Minor
>             Fix For: App CMS 1.0.8
>
>         Attachments: 1.png
>
>
> Steps to reproduce:
> 1.Edit /content/apache/sling-apache-org/index
> Go to http://localhost:8080/cms/page/edit.html/content/apache/sling-apache-org/index
> 2.Add "Call to Action" component
> Add the following content:
> Text:
> hello "ok"
> CTA Link:
> /
> Save
> Then edit the component again, the "ok" is missing.
> Then add the following:
> Text:
> H<sub style="vertical-align: sub;">2</sub>O
> Open it again and it becomes H<sub style=
> My front-end friend set up site-wide CSS as follows, adding the chemical H₂O here can only use <sub style="vertical-align: sub;"></sub> for now, I found that the text component doesn't seem to support quotes, the repeating component also has this problem, the textarea component tested fine.
> sup {
>  vertical-align: text-top;
> }
> sub {
>  vertical-align: text-bottom;
> }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)