You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on the seen status (the blue circle and the number next to it which indicates how many people have seen a message) mirage opens "qrc:/src/gui/Base/HSelectableLabel.qml#state-text" in firefox (my default web browser) and searches it using the default search engine. I guess a string is mishandled somewhere.
This happens because the indicator is a link (that's how we can get a hover text).
Funnily enough, if you put [test](#state-text) in an actual message, this link will become a read indicator too!
I will try to add an exception in the link handler to fix this.
MRAAGH
added a commit
to MRAAGH/mirage
that referenced
this issue
Aug 30, 2021
Description
When I click on the seen status (the blue circle and the number next to it which indicates how many people have seen a message) mirage opens "qrc:/src/gui/Base/HSelectableLabel.qml#state-text" in firefox (my default web browser) and searches it using the default search engine. I guess a string is mishandled somewhere.
Your environment
Steps to reproduce
Expected behavior
Nothing although it should show who has seen the message when you hover on it.
Actual behavior
It shows who has seen the message but also opens "qrc:/src/gui/Base/HSelectableLabel.qml#state-text" in firefox.
The text was updated successfully, but these errors were encountered: