Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64733


Ignore:
Timestamp:
02/26/2026 10:32:36 AM (4 months ago)
Author:
sabernhardt
Comment:

This report belongs on Meta Trac, under the Trac component.

The behavior is inconsistent, but overriding the link semantics to bring content from the target page into the current page should be more unexpected than a link acting as a link on the changeset pages. (The script is in wp-trac.js.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64733 – Description

    initial v1  
    11While browsing WordPress Core Trac, specifically on a changeset page such as:
    22
    3 https://core.trac.wordpress.org/changeset/<id>
     3`https://core.trac.wordpress.org/changeset/<id>`
    44
    55Clicking on the “Tickets” menu item in the top navigation does not open the expected Trac overlay/dropdown menu. Instead, it redirects the user to:
     
    1515Steps to Reproduce:
    1616
    17 Go to any changeset page on Core Trac (e.g., /changeset/<id>).
     17Go to any changeset page on Core Trac (e.g., `/changeset/<id>`).
    1818
    1919Click on the “Tickets” menu item in the top navigation.