User cards do need to show join date and last post date. Location would also be nice, but maybe could be dropped. But I use last post date and join date to quickly tell if I am dealing with a newbie or lurker.
buttons (invites, logout, preferences) on full profile page not appearing properly in IE11 seems OK to me now
group membership is not visible on full profile page any more, but should be (somewhere)
you open a User Card (the thing that pops up when you click on a username) and they have the icon for a badge selected to show then you get slightly different results if you middle click it or left click it. It looks like the badge coloring class in the CSS isn’t being filled in fully in one of the cases (“badge-type-” instead of “badge-type-[color]”). we can’t repro this?
Yeah, right now long profiles are hidden with CSS, which has been causing a few problems… seems like it should definitely have a character limit where it’s truncated with JS and an ellipsis gets added.
It’s easy to truncate single-line text with CSS and text-overflow: ellipsis; but it just doesn’t work on multiline text.
Ick - keep meaning to remove that before reporting CSS stuff - yes we do - to underline proper links, but needed extra to not underline @mentions or faux-links - I’ll have a poke around with it.
remove glyphs from the “Last post” metadata line, use dark/light coloring there to distinguish key and value pairs ala the regular user page. (These metadata glyphs fight visually with the badge glyphs)
remove groups info, this is too much detail to show on the user card