This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Loading HTML containing @room
creates nested links and eventually crashes
#855
Labels
I could only test this on Android, for now, but the steps I took were:
@room
in the example editor, get a pill.This can also be reproduced by rotating the phone, anything that causes an Activity (and views) re-creation.
In the logs, I see, for each state:
@room |
<a data-mention-type="at-room" href="#" contenteditable="false">@room</a> |
<a data-mention-type="at-room" contenteditable="false" href="#"><a data-mention-type="at-room" href="#" contenteditable="false">@room</a>|</a>
And finally:
The text was updated successfully, but these errors were encountered: