User tests: Successful: Unsuccessful:
this Pr is for the joomla xtd-editor buttons that appear BELOW the editor when not using tinymce
Before this pr they were <a href= .... role=button
This is fine but they are buttons, they are visually styled as buttons and they are identified as buttons to assistive technology.
However the default behaviour for a button is for it to be selected by either space or enter whereas the default behaviour for a link is for it only to be selected by the enter key.
This could be fixed by javascript but far better to use the correct html and make the button really a button
There is no visual change - however if you use the tab key to navigate to the buttons you will be able to test that you can select the button and a modal opens by pressing the space bar as well as the enter key.
Please dont tell me about other areas of core that are also wrong - there are a lot - and I will submit discrete pr for them - as it will be easier to test
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-02 22:03:35 |
Closed_By | ⇒ | wilsonge |
Too quick - i need to change the href - pr coming
Thanks!