[wp-trac] [WordPress Trac] #32968: Plugins list table: description header and cells announced as "clickable"

WordPress Trac noreply at wordpress.org
Sun Jul 12 13:07:14 UTC 2015


#32968: Plugins list table: description header and cells announced as "clickable"
---------------------------------------+-----------------------------
 Reporter:  afercia                    |      Owner:
     Type:  defect (bug)               |     Status:  new
 Priority:  normal                     |  Milestone:  Awaiting Review
Component:  Administration             |    Version:  4.2
 Severity:  normal                     |   Keywords:
  Focuses:  accessibility, javascript  |
---------------------------------------+-----------------------------
 Small thing but it's a bit confusing for screen reader users. Seems it
 happens just with Firefox + NVDA. When navigating through the Plugins
 table, the description header and all the description cells get announced
 as "clickable" elements. See in the screenshot below, where the "NVDA
 Speech Viewer" reports the text being announced.

 [[Image(https://cldup.com/WwlCmvkwel.png)]]

 As far as I see, there's a delegated click event needed to open the
 thickbox Plugin details popup that causes this. Simply delegating on the
 `plugin-description` div instead of the table cells fixes this, as the
 `div` doesn't get announced by screen readers.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32968>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list