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

Graphical glitch with specific pattern #25592

Closed
quentin9696 opened this issue Jun 13, 2023 · 1 comment
Closed

Graphical glitch with specific pattern #25592

quentin9696 opened this issue Jun 13, 2023 · 1 comment
Labels

Comments

@quentin9696
Copy link

Steps to reproduce

  1. Write a message that respect this regex: ^[0-9]{2,}0\.$
  2. The first part of the message is displayed like this:
    image
    When I check the raw message, I can see this:
{
  "room_id": "REDACTED",
  "type": "m.room.message",
  "content": {
    "msgtype": "m.text",
    "body": "3500.",
    "format": "org.matrix.custom.html",
    "formatted_body": "<ol start=\"3500\">\n<li></li>\n</ol>\n"
  }
}

Outcome

What did you expect?

The message should be correctly displayed

What happened instead?

The first part of the message is displayed like this:
image

Operating system

I tryied on Element Web, Element desktop on Linux and Element on Android

Browser information

Firefox 114.0

URL for webapp

app.element.io

Application version

Element version: 1.11.32 Olm version: 3.2.14

Homeserver

element

Will you send logs?

No

@t3chguy
Copy link
Member

t3chguy commented Jun 14, 2023

Duplicate of #14621

@t3chguy t3chguy marked this as a duplicate of #14621 Jun 14, 2023
@t3chguy t3chguy closed this as completed Jun 14, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2023
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