File removal doesn’t work with the keyboard #108
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: projects/fipamo#108
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Where: Add/Edit page
What: Removing a file with the keyboard does trigger the notification but doesn’t remove the file
Recommendation: Make sure removal of files works via keyboard. The removal action seems to be attached to the
<i>
-element instead of the<button>
. When the keyboard user is focused on the X icon, they are only focused on the<button>
, which when activated triggers the click action, it doesn’t seem to trigger the removal function itself.2. Element that seems to trigger the removal
3. Button should be the element enabling the removal
icon fonts have been removed, and the element is a pure button