Page MenuHomePhabricator

Allow delete button to have an access key
Closed, ResolvedPublic

Description

Currently you can go to the delete page of an article with keyboard, but there
you need to agree the deletion with the mouse (or long tabbing) as the
confirmation button doesn't have an id to add it an accesskey.

The patch below adds it the id wpConfirmB (its field name) though as it's not
used anywhere on the code both could be changed to a more descriptive name
(wpConfirmDeletion ?) I wonder what does the B mean...


Version: unspecified
Severity: normal

Details

Reference
bz7686

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:26 PM
bzimport set Reference to bz7686.
bzimport added a subscriber: Unknown Object (MLST).

Give an Id for Accesskey to 'confirm delete' button

Attached:

Confirmation is normally done with the enter key from the reason/comment field.

Patch applied on trunk in r17249.