? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
19 Mar 2019

For fields where there is a description we are trying to add an aria-describedby with a value of the _DESC language string.

Unfortunately the code was not doing that.

Testing

Before applying the patch view the generated source of the search field in the article manager. It will display aria-describedby="filter[search]-desc"

After applying the patch it will correctly be
aria-describedby="Search in title and alias. Prefix with ID: or AUTHOR: to search for an article ID or article author."

The display of this text with a tooltip or similar is beyond the scope of this pr

avatar brianteeman brianteeman - open - 19 Mar 2019
avatar brianteeman brianteeman - change - 19 Mar 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Mar 2019
Category Layout
69d53ce 19 Mar 2019 avatar brianteeman oops
avatar brianteeman brianteeman - change - 19 Mar 2019
Labels Added: ?
avatar Quy
Quy - comment - 20 Mar 2019

Per MDN, the value should be a space-separated list of element IDs.

avatar brianteeman brianteeman - change - 29 Mar 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-03-29 12:35:48
Closed_By brianteeman
avatar brianteeman brianteeman - close - 29 Mar 2019

Add a Comment

Login with GitHub to post a comment