App blackout when message contains a wrong closing tag
See original GitHub issueDescribe the bug
On a certain room scrolling up a bit makes cinny black out entirely.
Reproduction
Not sure which message exactly is causing this, but on the console I see the following:
Uncaught TypeError: t.href is undefined
Expected behavior
No response
Platform and versions
1. OS GNU/Linux
2. Browser: Firefox 91.4.0
3. Cinny version: dev.cinny.in
4. Homeserver: matrix.org
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
"Start tag has wrong closing tag" inspection gone wrong
The inspector insists that "Start tag has wrong closing tag" and suggests I change 'tr' to 'tr'. It wouldn't bother me too much,...
Read more >app has black screen on device. wo… - Apple Developer
app has black screen on device. works fine on simulator. no error messages. ... problem - app shows launch screen and then shows...
Read more >Divs seem to be finding the wrong closing div tag but the ...
Any help? The problem is most notable with the first opening div tag. On the way down it says it concludes at the...
Read more >Closing TAG mark wrong opening tag · Issue #407 - GitHub
But if i click on closing tag, first opening tag above is marked out. Right opening tag is market ... Info has been...
Read more >All other Tokyo fixes - Product Documentation | ServiceNow
The Tokyo release contains important problem fixes. ... Focus doesn't move to the Close error message button when an error message appears.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This was the message causing this:
Whoever sent it, wrote closing tag wrong
<a/>
which is causing blackout.Ahh, I see. Thanks for looking into this and fixing the bug.