element-hq / element-x-android

Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
GNU Affero General Public License v3.0
966 stars 129 forks source link

Message with html `<table>` is not rendered #1551

Open genofire opened 11 months ago

genofire commented 11 months ago

Steps to reproduce

  1. Recieve a html message with <table>

Outcome

What did you expect?

https://spec.matrix.org/v1.8/client-server-api/#mroommessage-msgtypes

The text-content of <table> are still visible, like in element-android (see screenshot in https://github.com/vector-im/element-android/issues/1157 )

Or better, display the <table> / solve also: https://github.com/vector-im/element-android/issues/1157 for element-x

What happened instead?

The Content in <table>-Element is removed from message.

Application version and app store

v0.2.3

Will you send logs?

Yes

Are you willing to provide a PR?

No

jclulow commented 5 months ago

This is still occurring on v0.4.7 as installed from the Play Store. All the text in the table is concatenated together, without even any spaces or line-breaks; it's completely unreadable.

Is it likely that this will get some attention soon? Thanks!