Opened 5 weeks ago
Last modified 5 weeks ago
#62340 new defect (bug)
UI Overflow Issue on New Application Password Page
Reported by: | 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)
Change History (5)
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.
Trac ticket: https://core.trac.wordpress.org/ticket/62340
---
#2
@
5 weeks ago
Similar to https://core.trac.wordpress.org/ticket/62064
#3
follow-up:
↓ 4
@
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
@
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
UI with long application password names