After updating from a 2.7.0 beta version to a newer commit of the #tests-passed branch (specifically: Commits · discourse/discourse · GitHub ), the arrow that pops up after expanding replies appears broken:
The arrow does not react to input and nothing shows up in the console when the button is pressed.
Tested locally on latest commit of #tests-passed without unofficial plugins, still reproduces there.
7 Likes
jomaxro
(Joshua Rosenfeld)
August 19, 2021, 6:59pm
2
I can reproduce this on try .
8 Likes
Yeah I noticed this a lot
Osama
August 30, 2021, 9:21am
6
This PR should fix the bug when it’s merged:
discourse:main
← discourse:fix/jump-to-reply-button
opened 08:24PM - 23 Aug 21 UTC
Meta topic: https://meta.discourse.org/t/jump-to-reply-arrow-seems-broken-after-… updating-to-latest-beta-of-discourse/201006?u=osama.
The arrow is an `<a>` tag and it was missing the `href` attribute because the `customShare` property was not set.
3 Likes
sam
(Sam Saffron)
Closed
August 31, 2021, 10:00pm
7
This topic was automatically closed after 16 hours. New replies are no longer allowed.