[wp-trac] [WordPress Trac] #31634: Minor UI improvements to bulk editing
WordPress Trac
noreply at wordpress.org
Sat Sep 26 13:36:25 UTC 2015
#31634: Minor UI improvements to bulk editing
--------------------------------------+--------------------------------
Reporter: siobhan | Owner: wonderboymusic
Type: enhancement | Status: reopened
Priority: normal | Milestone: 4.4
Component: Quick/Bulk Edit | Version:
Severity: normal | Resolution:
Keywords: good-first-bug has-patch | Focuses: ui, accessibility
--------------------------------------+--------------------------------
Changes (by afercia):
* status: closed => reopened
* focuses: => ui, accessibility
* resolution: fixed =>
Comment:
Reopening cause there are some accessibility concerns here, would like to
hear the accessibility/UI teams opinion about this. Most notably:
- discoverability for screen reader users: disabled controls are skipped
when tabbing
- browsers fire the "change" event on select elements in different ways,
see for example a similar issue in #30333 then reverted
About the second issue, please try this using Firefox:
- check some posts in the Posts screen
- use the Tab key to focus the Bulk Edit select
- don't expand the select but just change the selected option using the
arrow keys
- press Tab
- the "Apply" button is skipped (no change event fired)
The same thing happens when you expand the select, use the arrow keys to
change the selected option and then press Tab.
If you try this using Chrome or IE, you will notice that they do fire the
change event when changing the selected option with the arrow keys. Worth
noting that, according to the specs, the correct behavior is the Firefox
one.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31634#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list