Bug 1696790 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

From my reading of the code (can't test Mac):

STR

1. compose to foo@bar.com
2. with focus in `To` or any autocomplete address input, press `Cmd+Shift+Enter`

Actual result

- Afasics, this will trigger "Send now", because the special hack we have in place is not aware of event.shiftKey and will always trigger `cmd_sendWithCheck` (send now).

Expected result

- should trigger "Send later" (`cmd_sendLater`) and move draft to Local folders / Outbox.
From my reading of the code (can't test Mac):

STR

1. compose to foo@bar.com
2. with focus in `To` or any autocomplete address input, press `Cmd+Shift+Enter`

Actual result

- Afasics, this will trigger "Send now", because the special hack we have in place is not aware of event.shiftKey and will always do `cmd_sendWithCheck` (send now).

Expected result

- should trigger "Send later" (`cmd_sendLater`) and move draft to Local folders / Outbox.
From my reading of the code (can't test Mac):

STR

1. compose to foo@bar.com
2. with focus in `To` or any autocomplete address input, press `Cmd+Shift+Enter`

Actual result

- Afasics, this will trigger "Send now", because the special hack we have in place is not aware of `event.shiftKey` and will always do `cmd_sendWithCheck` (send now).

Expected result

- should trigger "Send later" (`cmd_sendLater`) and move draft to Local folders / Outbox.

Back to Bug 1696790 Comment 0