Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#6093 closed defect (bug) (fixed)

Slug issue

Reported by: kajalgohel's profile kajalgohel Owned by:
Milestone: Priority: normal
Component: Trac Keywords:
Cc:

Description

In the core wordPress.org (https://core.trac.wordpress.org/tickets/good-first-bugs)
When we click on the Ticket, the slug shown in bottom-left corner display as a https://make.wordpress.org/core/reports/ slug. but the url of that page is remaining same

Attachments (3)

Screenshot 2022-02-09 at 7.13.54 PM.png (1.5 MB) - added by kajalgohel 3 years ago.
6093.diff (16.5 KB) - added by aezazshekh 3 years ago.
Added patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.
6093.2.diff (976 bytes) - added by aezazshekh 3 years ago.
Added new patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.

Download all attachments as: .zip

Change History (7)

#1 @SergeyBiryukov
3 years ago

  • Component changed from General to Trac

#2 @dd32
3 years ago

The URL displayed in the lower left of your screen is the href of the Tickets link.

Clicking Tickets loads https://make.wordpress.org/core/reports/ in an overlay on core.trac.

The only bug I can see here, is that Control+Click on the Tickets link doesn't open in a new tab - the JS handler doesn't take into account if you're asking to open in a new tab/window/etc.

#3 @dd32
3 years ago

In 11538:

Trac: Allow opening the Tickets popover in a new tab/window/etc.

See #6093.

@aezazshekh
3 years ago

Added patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.

@aezazshekh
3 years ago

Added new patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.

#4 @dd32
3 years ago

  • Keywords needs-patch removed
  • Resolution set to fixed
  • Status changed from new to closed

I disagree with 6093.2.diff - Sometimes loading the page in another tab useful.

I'm marking this as fixed based on comments 2 & 3, unless there's reporter feedback as to what the issue was.

Note: See TracTickets for help on using tickets.