Closed
Bug 1762895
Opened 3 years ago
Closed 3 years ago
With multiple recipient pills selected, focusing other spots in composition often fails to deselect all of them (e.g. `End`, `Ctrl+Shift+T/C/B`, after adding attachment etc.)
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(thunderbird_esr91 wontfix)
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: thomas8, Assigned: thomas8)
References
(Regression)
Details
(Keywords: access, regression, ux-mode-error)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
STR
- Select 3 pills in To field of composition, focus on pill 3 (can use Shift+ArrowRight)
- Press
End
Actual
- only the focused pill 3 gets deselected
- 2 pills remain selected
- pretty irritating for users who depend on keyboard access and happen to use this method
Expected
- All pills deselected
I have a fix.
Assignee | ||
Updated•3 years ago
|
Summary: With several recipient pills selected, using `End` key to focus address input fails to deselect all of them → With multiple recipient pills selected, using `End` key to focus address input fails to deselect all of them
Assignee | ||
Comment 1•3 years ago
|
||
More failure cases discovered which should deselect all pills, but only deselect focus pill, here's the full list.
Select multiple pills, then...
- press
End
to focus address input - press
Ctrl+Shift+C
when selected pills are in To (and Ctrl+Shift+T/B by analogy), which focuses Cc row - choose another sender, which focuses the
From
selector - add an attachment, which moves the focus to the attachment
Summary: With multiple recipient pills selected, using `End` key to focus address input fails to deselect all of them → With multiple recipient pills selected, focusing other spots in composition often fails to deselect all of them (e.g. `End`, `Ctrl+Shift+T/C/B`, after adding attachment etc.)
Assignee | ||
Comment 2•3 years ago
|
||
When some other element outside of pills gets focused, make sure to deselect all
pills in the addressing area, not just the focused pill.
Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Updated•3 years ago
|
Attachment #9270867 -
Attachment description: Bug 1762895 - Make blur event on a pill deselect *all* pills if relatedTarget is not a pill or null. r=aleca → Bug 1762895 - Make blur event on a pill deselect *all* pills if relatedTarget is not a pill or null. r=henry
Updated•3 years ago
|
status-thunderbird_esr91:
--- → wontfix
Target Milestone: --- → 101 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4bb056188757
Make blur event on a pill deselect all pills if relatedTarget is not a pill or null. r=henry
You need to log in
before you can comment on or make changes to this bug.
Description
•