Make WordPress Core

Opened 2 days ago

Last modified 2 days ago

#65985 accepted defect (bug)

Plugins: In < 782px screens paused plugins has two left borders

Reported by: r1k0 Owned by: joedolson
Priority: normal Milestone: 7.1.1
Component: Plugins Version: trunk
Severity: normal Keywords: has-test-info has-screenshots has-patch
Cc: Focuses: css

Description

Bug Report

Description

For screens between 452px and 782px, plugins that are paused have two left borders.

Environment

  • WordPress: 7.2-alpha-63166-src
  • Subdirectory: No
  • PHP: 8.3.33
  • Server: nginx/1.31.4
  • Database: mysqli (Server: 8.4.11 / Client: mysqlnd 8.3.33)
  • Browser: Chrome 151.0.0.0
  • OS: Windows 10/11
  • Theme: Twenty Twenty-Five 1.5
  • MU Plugins: None activated
  • Plugins:
    • AI Provider for OpenAI 1.0.3
    • Hello Dolly 1.7.2
    • PHPMailer 1.0.0
    • Test Language Locale 1.0
    • Test Reports 1.3.1

Steps to Reproduce

  1. Trigger a fatal error in an active plugin.
  2. Enter recovery mode from the email sent to admin.
  3. From the dashboard, go to Plugins > Installed Plugins.
  4. Check the paused plugin border on a medium screen (below 782px and above 425px)
  5. 🐞 Bug occurs.

Expected Results

  1. ✅ The paused plugin should have only one red left border.

Actual Results

  1. ❌ The paused plugin has two left borders: a short red one and a long blue one.

Additional Notes

  • None

Screenshots/Screencast with results

  • Screenshot:

https://i.ibb.co/fdZTKdT5/Screenshot-2026-08-28-034157.png

Change History (3)

This ticket was mentioned in PR #13301 on WordPress/wordpress-develop by @r1k0.


2 days ago
#1

  • Keywords has-patch added

Ticket: #65985

Ensures that plugins that are paused only have one red border in medium screens.

Trac ticket:

## Use of AI Tools
N/A

#2 @joedolson
2 days ago

  • Milestone Awaiting Review7.1.1
  • Owner set to joedolson
  • Status newaccepted

See also #65956

@r1k0 commented on PR #13301:


2 days ago
#3

Before:
https://github.com/user-attachments/assets/0978bbc8-ad30-4537-b3b0-86aebda859d7

After:
https://github.com/user-attachments/assets/c97f224e-fef8-41bd-a4fc-8c7d73730a5e

Note: See TracTickets for help on using tickets.