Making WordPress.org

Opened 20 months ago

Closed 3 months ago

#6691 closed defect (bug) (wontfix)

Links on wordpress.org/gutenberg don't open

Reported by: bengreeley's profile ben.greeley Owned by:
Milestone: Priority: high
Component: General Keywords:
Cc:

Description

If you go to https://wordpress.org/gutenberg/ and click on a link such as "Try Gutenberg Today in WordPress", it tries to load the linked page within the editor and then reloads the page. It should open the page outside of the editor. This seems to happen with all other links on the page.

Change History (8)

This ticket was mentioned in Slack in #meta by bengreeley. View the logs.


20 months ago

#2 @ironprogrammer
20 months ago

Thanks for the report, @bengreeley!

Here are some additional details related to this issue:

  • JS console inspection shows the error: Block validation: Block validation failed for 'core/button'.
  • When not logged in to WordPress.org, editor API requests result in 401 (unauthorized).
  • When logged in, editor API requests result in 403 (forbidden).

#3 @dufresnesteven
20 months ago

This is likely related to this Gutenberg change: https://github.com/WordPress/gutenberg/pull/46212

I've temporarily set all the links to open in a new tab (https://github.com/WordPress/wporg-gutenberg/commit/3e5bb1de6fc2dda297aaca68283fe72268862aca)

#4 @iamasadpolash
15 months ago

Hi @dufresnesteven

I checked all the links and all are opening in a new tab but except one. I attached the screenshot of that.

It's the link of Ma.tt and once clicked, it shows the link it was hyperlinked to. Then one have to click on the original link to navigate to the destination.
https://prnt.sc/ZFnW76_FP0WX

I don't know was it intentionally kept it that way or it's a bug.

#5 @dufresnesteven
15 months ago

It should be opening a new tab, definitely a bug.

#6 @iamasadpolash
15 months ago

  • Milestone set to Improved Search

HI @dufresnesteven

Thanks for the clarification. I was thinking the same. I hope this will be considered with the whole issue here.

I tried it with several PC to see if it's the same for everywhere and as it was the same, I thought to put a comment here.

#7 @dd32
14 months ago

  • Milestone Improved Search deleted

#8 @dufresnesteven
3 months ago

  • Resolution set to wontfix
  • Status changed from new to closed

They are currently opening in a new tab and as long as this page is coded this way (which isn't idea but was the only option at the time), I don't think the effort is worth it. I think ultimately this page will be replaced with Playground so for now I'll be closing this as wontfix as users can still navigate to their destination.

Note: See TracTickets for help on using tickets.