roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

Mouseover should always work, even if only the final word is truncated #9416

Open jidanni opened 1 month ago

jidanni commented 1 month ago

We are looking at the subjects in our inbox.

If we place the mouse upon this truncated title,

Screenshot 2024-04-13 18 36 47

indeed, a mouseover appears telling us the full title.

Except,

In such case, to learn what the rest of that word was, we can only

What's worse, if the "..." represent some CJK characters, then the "rest of the word" might represent a pretty significant amount of information!

Solution: the mouseover should show the whole Subject in all cases.

alecpl commented 3 weeks ago

Indeed the method we use is not precise enough. Some adjustments might be needed around rcube_webmail.long_subject_title().