Invite attendees - blur after selected a user with the keyboard adds them twice
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
People
(Reporter: adrien.rybarczyk, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Steps to reproduce:
- Have contacts to allow autocompletion in adding attendees.
- Go to the Invite Attendees interface.
- Make a search that should return several results.
- Choose a contact (with keyboard) that is not the first on the list.
- Click outside the interface
Actual results:
The attendee is added twice.
Expected results:
Simply replace the event on change on this.#input with blur and modify the same thing in handleEvent.
PS: if you double-click on a row, it will delete the participant, probably as a result of the modification in 1858629.
Comment 1•10 months ago
|
||
Is this a duplicate of bug 1850728?
Reporter | ||
Comment 2•10 months ago
|
||
(In reply to Martin Schröder [:mschroeder] from comment #1)
Is this a duplicate of bug 1850728?
No, https://bugzilla.mozilla.org/show_bug.cgi?id=1850728 is linked to https://bugzilla.mozilla.org/show_bug.cgi?id=1858629, which has been resolved.
In this bug, the duplication is executed in a different way, which has not been resolved.
Comment 3•10 months ago
|
||
Choose a contact (with keyboard) that is not the first on the list.
Which way to you mean choose?
Testing on linux, I can't "click outside" before the autocomplete widget is closed one way or the other (click inside, Enter or ESC).
Reporter | ||
Comment 4•10 months ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #3)
Choose a contact (with keyboard) that is not the first on the list.
Which way to you mean choose?
Testing on linux, I can't "click outside" before the autocomplete widget is closed one way or the other (click inside, Enter or ESC).
When there is more than one choice, Thunderbird will display a drop-down list.
What I mean by step 4: when the drop-down list (autocomlete widget) is displayed, you'll need to use the keyboard arrows (to change the value chosen in the input and without validating via enter or other)
Click outside is for example to click on your other screen if you have a 2nd screen, to click outside the invite attendees window.
Description
•