Navigation Menu

Skip to content
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

HTLM Character codes not rendering correctly #2791

Closed
1 of 7 tasks
hairlesshobo opened this issue Dec 10, 2019 · 1 comment
Closed
1 of 7 tasks

HTLM Character codes not rendering correctly #2791

hairlesshobo opened this issue Dec 10, 2019 · 1 comment

Comments

@hairlesshobo
Copy link

hairlesshobo commented Dec 10, 2019

Help us to manage our issues by answering the following:

  1. Describe your issue:

HTML Characters (ex: →, ») do not render correctly if in a html tag that also has a riot expression. For example:

<span>&raquo; { message1 }</span>

will literally show &raquo; as opposed to the expected "»".

A workaround is to wrap the html character in it's own tag, such as a span, but I'm wondering if this was intentional or a bug. This is different than the behavior in v3, hence the reason I'm wondering if it is a bug.

  1. Can you reproduce the issue?

https://plnkr.co/edit/mmFO9Ib2cjoem4oR6Up6?p=preview

  1. On which browser/OS does the issue appear?

Win 10 / Chrome 78

  1. Which version of Riot does it affect?

4.7.0

  1. How would you tag this issue?
  • Question
  • Bug
  • Discussion
  • Feature request
  • Tip
  • Enhancement
  • Performance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants