Bug 1633562 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.

+++ This bug was initially created as a clone of Bug #1633287 +++

Ctrl+A from empty recipient input "double-fires" and prematurely selects all rows before current row.

Similar to bug Bug #1633287 where Alex had to prevent some default events to prevent double-firing on other focus-moving keys. Unfortunately, just adding event.preventDefault in onbeforekeydown() for Ctrl+"a" didn't fix this for me, but I'm confident Alex will figure this out ;-)
+++ This bug was initially created as a clone of Bug #1633287 +++

Ctrl+A from empty recipient input "double-fires" and prematurely selects all rows before current row.

Similar to bug Bug #1633287 where Alex had to prevent some default events to prevent double-firing on other focus-moving keys. Unfortunately, just adding event.preventDefault in onbeforekeydown() for Ctrl+"a" didn't fix this for me, but I'm confident Alex will figure this out ;-)

Expected (as designed):
- First Ctrl+A from empty input selects all pills in current addressing row
- Next Ctrl+A (with all pills of current row selected, and not event.repeat) conveniently selects all pills of all rows

Back to Bug 1633562 Comment 0