Problem

  1. The "Most recent comment" + "Most recent unread comment" links on issue node pages (below the sidebar block → ) were replaced with /comment/{cid} links this week.

  2. This causes those links to navigate away to a completely new page in 99.9% of all cases.

Can we revert that?

Comments

sun’s picture

Title: Regression: Most recent comment links navigate to an entirely new page » Regression: "Most recent comment" links navigate to an entirely new page
joachim’s picture

I'd already filed #2238975: 'jump to Most recent comment' link causes a reload of the page but in the customizations project.

sun’s picture

Title: Regression: "Most recent comment" links navigate to an entirely new page » Regression: "Most recent comment" jump links navigate to an entirely new page
Related issues: +#2238975: 'jump to Most recent comment' link causes a reload of the page

Yeah... Given that there are a bazillion of drupal.org site/webmasters/infra/QA/UX/Migration/drupalorg/WTF projects now, I no longer understand which project/queue to search for existing issues and which project/queue is the appropriate for an issue like this.

Therefore, not closing either one as a duplicate.

joachim’s picture

> Given that there are a bazillion of drupal.org site/webmasters/infra/QA/UX/Migration/drupalorg/WTF projects now, I no longer understand which project/queue to search for existing issues

Same here! :)

drumm’s picture

Status: Active » Closed (works as designed)

#268374: "Jump to" links are broken on multi-page issues is the issue which made the change. It uses entity_uri() to make the link, which we expect to give us a good URI. It is a valid URI, it gets to the correct comment. #2125397: Enable comment_fragment 7.x-1.x-dev to improve issue comment permalinks will make it a better URI.

Project: Drupal.org infrastructure » Drupal.org customizations
Component: Drupal.org module » Miscellaneous