-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
article css styles with child selectors get broken during handling #4081
Comments
Hi @chzauleck, I looked into this issue but I think that I do not understand the part about article css styles. I take AgentTicketPhone as an example. Creating an article with the content
gives an article that contains
The The part that I don't understand is why one would want to add CSS in the message. Internal CSS would be in a |
concerning special, and some not so special, characters
concerning special, and some not so special, characters
Discussed this with @chzauleck . The problem with the The cause of the effect seems to be in the Incidently OTOBO already uses a patched version of HTML::Scrubber. So special casing that case should be feasible. |
This is actually unwanted behavior as the encoding breaks the CSS.
This is actually unwanted behavior as the encoding breaks the CSS.
because '>' is needed as the child combinator in CSS
This is actually unwanted behavior as the encoding breaks the CSS.
because '>' is needed as the child combinator in CSS
When replacing special characters with HTML Codes in (richtext) articles the css child selector > also gets replaced.
Original:
In the OTOBO Article:
The text was updated successfully, but these errors were encountered: