Skip to:
Content

BuddyPress.org

Opened 7 months ago

Closed 7 months ago

#8476 closed defect (bug) (fixed)

Anticipate the potential arrival of the Widgets Block Editor in WP 5.8

Reported by: imath Owned by: imath
Milestone: 8.0.0 Priority: normal
Severity: normal Version:
Component: Core Keywords: has-patch
Cc:

Description

I've just tested the Widgets Block Editor and it's pretty nice. It makes it possible to use Blocks into Widgetized area and I can imagine how it could benefit to the BP Nouveau Group/Member front page.

My tests revealed two issues:

  • Activity Mentions CSS/JS loading is conflicting with the Widgets Block Editor because the get_current_screen() function is not available into the Widgets Block Editor.
  • The BP Nouveau Activity widget is generating some errors too into the Widgets Block Editor and the Customizer.

Attachments (1)

8476.patch (2.5 KB) - added by imath 7 months ago.

Download all attachments as: .zip

Change History (2)

@imath
7 months ago

#1 @imath
7 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 12949:

Anticipate the potential arrival of the Widgets Block Editor in WP 5.8

  • Make sure the get_current_screen() is available before using it when loading BP Mentions JS & CSS.
  • Make sure the BP Nouveau Activity Widget's activity type setting is fully unserialized.

Fixes #8476

Note: See TracTickets for help on using tickets.