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

Messages with markdown are displayed differently between Android and web apps #81

Open
WernerHoltfreter opened this issue Dec 23, 2021 · 1 comment

Comments

@WernerHoltfreter
Copy link

Steps to reproduce

When I type "15. April" in the webapp on Firefox and send:

  • my own screen still shows "15. April".
  • the recipient on Android-App 1.3.9, Matrix-SDK: 1.3.9, OLM: 3.2.4. sees "1. April"
  • the recepient on Chrome 96.0.4664 sees "15. April".

When I type "15. April" in the webapp on Chrome

  • same result, only the Android-App shows "1. April" (independent of the Markdown 'on' or 'of' on Android)

When I type "15. April" on Android-App with activated Markdown

  • only the Android-App shows "1. April"
  • Chrome or Firefox are showing "15. April"

Outcome

OK, I learned that is Markdown. But all screens should show the same.

Operating system

Linux q4os-desktop 4.19.0-18-amd64 element-hq/element-web#1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/Linux

Browser information

87.0 (64-Bit)

URL for webapp

https://app.element.io

Application version

Element: 1.9.8 Olm: 3.2.8

Homeserver

matrix.org

Will you send logs?

No

@kittykat kittykat changed the title Dec 23, 2021
@kittykat kittykat transferred this issue from element-hq/element-web Dec 23, 2021
@t3chguy
Copy link
Member

t3chguy commented Dec 23, 2021

This is a bug with android not respecting the start attribute.

<ol start=\"15\">\n<li>April</li>\n</ol>\n

https://spec.matrix.org/v1.1/client-server-api/#mroommessage-msgtypes lists start as valid for ol tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants