superreview requested: [Bug 419379] delete message doesn't work if focus in header of message preview pane : [Attachment 305846] Make delete button work again v1
Bruno 'Aqualon' Escherl has asked neil@parkwaycc.co.uk
for superreview:
Bug 419379: delete message doesn't work if focus in header of message preview
pane
https://bugzilla.mozilla.org/show_bug.cgi?id=419379
Attachment 305846: Make delete button work again v1
https://bugzilla.mozilla.org/attachment.cgi?id=305846&action=edit
------- Additional Comments from Bruno 'Aqualon' Escherl
The patch brings back the button_delete command removed in bug 391701 and also
introduces button_shiftDelete to retain the fix from bug 49323.
The problem with the cmd_delete usage for the delete button is probably, that
cmd_delete is blocked somewhere in libeditor, when a readonly textfield in the
header pane has focus.
With the patch the delete button always works and the delete key works at least
for those cases, where the focus isn't in a readonly textfield of the header
pane.