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

HTML code added to output rendering when editing a MarkDown list containing a domain name #23104

Closed
mtausig opened this issue Aug 18, 2022 · 1 comment
Labels

Comments

@mtausig
Copy link

mtausig commented Aug 18, 2022

Steps to reproduce

  1. Create a Markdown list in a message
  2. One of the items contains a dot, so that it is interpreted as a Link to some domain
  3. Edit the list and append an item
  4. The item containing the domain name (which has not been edited) is now displayed with some unexpected HTML code (<span><div tabindex="-1" class="mx_TextWithTooltip_target">foo.eu</div></span>), which is also not shown in the source code of the message

This is what the original message looked like:

image

This is how the message looks like after an item has been appended:

image

This is what the source of the message looks like, when I click on Edit:

image

This issue is obviously related to #10725

Outcome

What did you expect?

The list item should remain unchanged or at least rendered as typed

What happened instead?

HTML code is shown in the output rendering

Operating system

Windows

Application version

Element version: 1.11.2 Olm version: 3.2.12

How did you install the app?

No response

Homeserver

Synapse homeserver

Will you send logs?

No

@t3chguy
Copy link
Member

t3chguy commented Aug 18, 2022

Please update to 1.11.3

@t3chguy t3chguy closed this as completed Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants