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 | Owned by: | 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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
32064.patch tested in Chrome, iOS on iPhone 5 and IE9.