element-x-android
element-x-android copied to clipboard
Message with html `<table>` is not rendered
Steps to reproduce
- 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
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!