You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect html attributes to be html-decoded, just like text-nodes, so when you hover over the text you should see "æøå"
What is actually happening?
You see "æøå"
Context: Serving html from CMS backend as JSON and creating dynamic Vue component with the server-generated html, which can have danish characters in attributes (mostly in object-data bindings like :model="{prop: æøå}" , but the problem exists for all attributes.
The text was updated successfully, but these errors were encountered:
Version
2.5.17
Reproduction link
https://codepen.io/chessydk/pen/ZqGqbr?editors=1010#0
Steps to reproduce
Hover over the "æøå".
What is expected?
I would expect html attributes to be html-decoded, just like text-nodes, so when you hover over the text you should see "æøå"
What is actually happening?
You see
"æøå"
Context: Serving html from CMS backend as JSON and creating dynamic Vue component with the server-generated html, which can have danish characters in attributes (mostly in object-data bindings like :model="{prop: æøå}" , but the problem exists for all attributes.
The text was updated successfully, but these errors were encountered: