عند المرور فوق صور المستخدمين الرمزية في صفحة حول الموقع، يُظهر لقبهم إذا كان لديهم واحد بدلاً من اسم المستخدم

Is there a reason why you see the “title” of the user instead of the name or username[1] when you hover over the avatar on the about page?


  1. depending on the prioritize username in ux setting ↩︎

4 إعجابات

yea this is not what I would expect either (I can repro). what is odd is if one doesn’t have a title, then it uses their username or name. so title is overriding somehow. :face_with_monocle:

5 إعجابات

oh hah, I think this might be title as in <img title="more details about the image"/> getting mixed up with title as in user title

looks like this happens in various places where we use the avatar helper, also on /u for example

In this context the images don’t need titles at all.

10 إعجابات