Tools - Account Settings - Junk Settings - Select and Toggle Broken
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(thunderbird_esr78 fixed, thunderbird79 fixed)
People
(Reporter: r, Assigned: darktrojan)
References
Details
Attachments
(1 file)
1.86 KB,
patch
|
khushil324
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Under Tools -> Account Settings select a server.
Click on Junk Settings.
In the Do not automatically mark mail as junk if the sender is list click on a mailing list.
Note the space-bar toggles the check-mark.
Use the cursor keys to move the selection bar and note the highlight moves.
Press the space-bar and note the PREVIOUSLY-SELECTED item is toggled (not the current selection.)
Actual results:
Changing the selection by clicking moves the highlight and the space-bar toggles the highlighted item.
Navigating with the cursor keys changed the highlight but the space-bar toggles the previous selection.
Expected results:
Changing the selection with the cursor keys or clicking the mouse should be equivalent.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
@Wayne,
Yes, I can confirm the bug.
I moved to the line above using the cursor key and when I pressed SPACE it toggled the line below check box.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
With TAB it moves the focus (see the dotted focus ring) but not the selection background and then it works. Maybe aceman or Geoff can help here.
Assignee | ||
Comment 5•4 years ago
|
||
The checkboxes are stealing focus from the richlistbox, but it's still changing the selection because the keyboard events are coming from inside it. So I'm preventing the checkboxes from having focus, and simulating the keyboard space/enter action.
Comment 6•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/3a7bdd6a51af
Fix keyboard navigation errors in junk settings address book list. r=khushil
Assignee | ||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Comment 9•4 years ago
|
||
bugherder uplift |
Thunderbird 79.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/516f2af4d727
Updated•4 years ago
|
Assignee | ||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
bugherder uplift |
Thunderbird 78.1.0:
https://hg.mozilla.org/releases/comm-esr78/rev/78411b3c7e26
Description
•