Make WordPress Core

Opened 5 weeks ago

Last modified 5 weeks ago

#62340 new defect (bug)

UI Overflow Issue on New Application Password Page

Reported by: anujrathore24's profile anujrathore24 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: ui, css Cc:

Description

UI issue on the "Authorize Application" page where long application password names cause text overflow, breaking the layout.

Attachments (1)

Screenshot 2024-11-04 at 1.03.36 PM.png (119.5 KB) - added by anujrathore24 5 weeks ago.
UI with long application password names

Download all attachments as: .zip

Change History (5)

@anujrathore24
5 weeks ago

UI with long application password names

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


5 weeks ago
#1

  • Keywords has-patch added

## PR Description.

  • Fix UI breaking in "new password" of authorisation application page by adding word wrap.

## Screenshots
https://github.com/user-attachments/assets/e71464c7-eb48-4fac-a745-9b12ba67b993
https://github.com/user-attachments/assets/87221d79-46a3-451d-83a6-57fc07f38bf0

Trac ticket: https://core.trac.wordpress.org/ticket/62340
---

#3 follow-up: @anujrathore24
5 weeks ago

Hey @dhruvang21 ,

I believe that issue is for design improvements for the form, that is why I have created this ticket separately to tackle this bug.

#4 in reply to: ↑ 3 @dhruvang21
5 weeks ago

Replying to anujrathore24:

Hey @dhruvang21 ,

I believe that issue is for design improvements for the form, that is why I have created this ticket separately to tackle this bug.

You’re absolutely right—the ticket does focus on the redesign for the form, but it also addresses the issue you mentioned here. Additionally, someone provided a patch to resolve the issue, which is the same as your PR.

The Patch:- https://core.trac.wordpress.org/attachment/ticket/62064/62064.diff

Note: See TracTickets for help on using tickets.