Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#55558 closed defect (bug) (fixed)

Hide/show password on new user, missaligned

Reported by: kebbet's profile kebbet Owned by: audrasjb's profile audrasjb
Milestone: 6.1 Priority: normal
Severity: minor Version: 5.2
Component: Users Keywords: has-screenshots has-patch commit
Focuses: css Cc:

Description

On small screens the button for showing the password as an incorrect right offset.

The alignment issue stems (I guess) from edit user screen which has a cancel button in the empty space.

Attachments (2)

Capture d’écran 2022-05-17 à 00.08.24.png (81.1 KB) - added by audrasjb 3 years ago.
Before patch: misalignement
Capture d’écran 2022-05-17 à 00.09.54.png (78.8 KB) - added by audrasjb 3 years ago.
After patch: all good!

Download all attachments as: .zip

Change History (13)

This ticket was mentioned in PR #2559 on WordPress/wordpress-develop by kebbet.


3 years ago
#1

  • Keywords has-patch added; needs-patch removed

kebbet commented on PR #2559:


3 years ago
#2

With patch applied
https://i0.wp.com/user-images.githubusercontent.com/11491369/162712182-7e5600c5-c089-4944-b038-5e7fb626ded5.png

#3 @kebbet
3 years ago

  • Keywords has-screenshots added

#5 @kebbet
3 years ago

The non presence of a cancel button on New User screen might have been missed in the previous ticket.

#6 @costdev
3 years ago

  • Milestone changed from Awaiting Review to 6.1
  • Version set to 5.2

audrasjb commented on PR #2559:


3 years ago
#7

LGTM 👍

@audrasjb
3 years ago

Before patch: misalignement

@audrasjb
3 years ago

After patch: all good!

#8 @audrasjb
3 years ago

  • Keywords commit added

I tested the above PR and the patch looks good to me!
Marking for commit.

#9 @audrasjb
3 years ago

  • Owner set to audrasjb
  • Status changed from new to accepted

#10 @audrasjb
3 years ago

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

In 53401:

Users: Fix misalignment of new user password toggle button on mobile.

This fixes an issue where the password hide/show button was misaligned when creating a new user on small screens.

Props kebbet.
Fixes #55558.

Note: See TracTickets for help on using tickets.