User tests: Successful: Unsuccessful:
In Joomla 3 all the search boxes in the list views in the admin had a descriptive tooltip. This was added by javascript. This tooltip is missing in J4 as we dont have the same js. As a temporary measure the descriptions for the search boxes was not displayed.
This PR puts the descriptive tooltip back WITHOUT using any js and in a fully accessible way. The description is displayed when the field gets focus.
This is fully backwards compatible with the tooltips displaying descriptions in J3 including when there is html in the string.
As the css has changed testing will require npm i
In addition the descriptions rendered on screen for other fields is now escaped properly.
https://user-images.githubusercontent.com/1296369/55327022-0bfaa200-5481-11e9-9ab1-1a3c9434f418.png
/cc @SniperSister and @bembelimen for help getting this resolved
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Layout |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-14 08:34:13 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks
Thanks