When going to the activity page for any user, the expand/collapse button on larger posts doesn’t work. Clicking it will not expand the post, and only turns the button around and moves it to above the link to the topic. This happens both on desktop and on mobile.
1 Like
Can you repro this @jomaxro?
I can confirm it on Firefox and Chrome.
When you click the icon the post is not expanded and the icon moves alongside the avatar instead of remaining in its right position
4 Likes
So maybe a regression here @eviltrout?
1 Like
Pedantically, not a regression because “collapse” is a new feature I added. I just didn’t style it properly in the master branch
https://github.com/discourse/discourse/commit/55e5cfcc679acac94e802feba7ab2cc65969f2bc
4 Likes
This fixes the broken expansion on the user page:
https://github.com/discourse/discourse/commit/7ecc15cad14556cc0c9d0a9056f043fd4bdbd403
6 Likes