Address book filter (search) interferes with editing and access to contacts
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr102 wontfix, thunderbird_esr115? fixed, thunderbird117 wontfix, thunderbird124? wontfix)
People
(Reporter: wsmwk, Assigned: welpy-cw)
Details
(Keywords: regression)
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
481 bytes,
patch
|
wsmwk
:
approval-comm-esr115+
|
Details | Diff | Splinter Review |
Example 1
#1. In address book window, type zzz into the search field
#2. edit > find > search addresses
#3. enter critera to find an existing contact
#4. select a contact and click properties
Result: "No contacts found". Contact is not opened. If you remove step 1 it works
Example 2
#1. In address book window, type zzz into the search field
#2. in message list select a message whose contact exists in an address book
#3. click on contact to or from in message pane, and pick edit contact
Result: empty contact is presented. If you remove step 1 it works
Reporter | ||
Comment 1•1 year ago
|
||
Need to test on 102, but I'd expect it to reproduce there
Reporter | ||
Comment 2•1 year ago
|
||
Example 1 doesn't behave the same in 102, but that no longer matters.
Example 2 still reproduces in 117 beta.
It's annoying but an uncommon scenario and easily worked around, so S4
Assignee | ||
Comment 3•9 months ago
|
||
r=#thunderbird-reviewers
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/75e041cf333a
Clear address book search view in commands for displaying/editing contacts. r=darktrojan
Reporter | ||
Comment 5•9 months ago
|
||
I confirm this allows edit to work on nightly using the specified steps. But it does clear the user's search field entry, so I would consider this to be a workaround patch.
Assignee | ||
Comment 6•9 months ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #5)
I confirm this allows edit to work on nightly using the specified steps. But it does clear the user's search field entry, so I would consider this to be a workaround patch.
Yes, I understand that, but I suspect that a real solution would require architectural changes in the address book component ...
Assignee | ||
Comment 7•8 months ago
|
||
Comment on attachment 9389213 [details]
Bug 1833031 - Clear address book search view in commands for displaying/editing contacts. r=#thunderbird-reviewers
[Approval Request Comment]
User impact if declined: see bug report
Testing completed (on c-c, etc.): yes
Risk to taking this patch (and alternatives if risky): low
Reporter | ||
Comment 8•8 months ago
|
||
I can verify this works in nightly and beta.
Reporter | ||
Updated•8 months ago
|
Reporter | ||
Comment 9•8 months ago
|
||
Comment on attachment 9389213 [details]
Bug 1833031 - Clear address book search view in commands for displaying/editing contacts. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 10•8 months ago
|
||
mail/components/addrbook/content/aboutAddressBookCommands.mjs does not exist on comm-esr115, this patch does not apply.
Updated•8 months ago
|
Assignee | ||
Comment 11•8 months ago
|
||
[Approval Request Comment]
This should apply to esr115. Because of the different code structure, it is correct that only one line is added.
Reporter | ||
Comment 12•8 months ago
|
||
Comment on attachment 9395882 [details] [diff] [review]
D203507.esr115.diff
[Triage Comment]
Approved for esr115
thanks for the revision
Comment 13•8 months ago
|
||
bugherder uplift |
Thunderbird 115.10.0:
https://hg.mozilla.org/releases/comm-esr115/rev/48e8f29c0306
Updated•8 months ago
|
Description
•