Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#32064 closed defect (bug) (fixed)

Filesystem Credentials Request Modal: Focus doesn't work for disabled fields

Reported by: ocean90's profile ocean90 Owned by: ocean90's profile ocean90
Milestone: 4.2 Priority: low
Severity: minor Version: 4.2
Component: Filesystem API Keywords: has-patch commit
Focuses: ui, accessibility Cc:

Description

For your wp-config.php file:

define( 'FS_METHOD', 'ftpext' );
define( 'FTP_HOST', 'example.com' );

Now try to update a plugin and you should notice that the modal doesn't get focussed.

Attachments (1)

32064.patch (576 bytes) - added by ocean90 9 years ago.

Download all attachments as: .zip

Change History (5)

@ocean90
9 years ago

#1 @ocean90
9 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone changed from Awaiting Review to 4.2

32064.patch tested in Chrome, iOS on iPhone 5 and IE9.

This ticket was mentioned in Slack in #core by drew. View the logs.


9 years ago

#3 @DrewAPicture
9 years ago

  • Keywords commit added

Tested 32064.patch on Firefox, Chrome, and IE8. Looks good.

#4 @ocean90
9 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 32267:

Don't try to focus disabled input fields in the request filesystem credentials form.

fixes #32064.

Note: See TracTickets for help on using tickets.