[wp-trac] [WordPress Trac] #29022: Screen reader text isn't updated when plugin update count is updated

WordPress Trac noreply at wordpress.org
Fri Aug 1 17:31:02 UTC 2014


#29022: Screen reader text isn't updated when plugin update count is updated
-------------------------------------+-------------------------------------
 Reporter:  pento                    |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Upgrade/Install          |     Version:  3.9
 Severity:  normal                   |  Resolution:
 Keywords:  good-first-bug has-      |     Focuses:  accessibility,
  patch                              |  javascript, administration
-------------------------------------+-------------------------------------
Changes (by paulschreiber):

 * keywords:  needs-patch good-first-bug => good-first-bug has-patch


Comment:

 In the admin bar, title attribute of the ab-item link contains the same
 text as the screen-reader-text ("1 Plugin Update"). When the update count
 changes, the title attribute gets the new count (n) but loses the
 localized text. The same is true of the update count title attribute in
 the admin menu.

 Updating the screen reader text with the new count only is easy (see
 attached patch).

 Updating all three locations with the correct string would require
 significantly more work (an AJAX call to get the correct localized
 string?).

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29022#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list