The select all checkbox in the media manager is a link disguised as a checkbox. It should not be a link at all it should be a checkbox.
A checkbox can be selected with a space a link can only be selected with an enter.
That is why we have checkboxes everywhere and not links disguised as checkbox
Labels |
Added:
?
|
Labels |
Added:
?
|
Yes a checkbox is only selected by a space. That was the point. Using a link is wrong as that is selected by the enter
This means that elements that are presented as buttons, for example, must respond to both Enter and Spacebar key presses. In some browsers, this may require keypress detection with scripting.
In some browsers, this may require keypress detection with scripting.
No - just use a button - nothing to script then
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-22 12:29:23 |
Closed_By | ⇒ | alikon | |
Labels |
Added:
?
Removed: ? |
@brianteeman @chmst As per my understanding. I found checkbox is controlled by space buttons not enter button. If I'm wrong please add some description or Screenshots. So I can work on this issue.