소개 페이지에서 사용자 아바타에 마우스를 올리면 사용자 이름 대신 직함이 있는 경우 직함이 표시됩니다

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개의 좋아요