Display of macOS/LDAP contacts is broken
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr102 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr102+
|
Details | Review |
Every selection of a contact from an LDAP or macOS address book logs the following error:
JavaScript error: chrome://messenger/content/addressbook/aboutAddressBook.js, line 3205: TypeError: can't access property "getAllValues", card.vCardProperties is null
This is the _screenNamesToIMPPs
function which hasn't accounted for cards that do not support vCardProperties.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/01993715625a
Fix display of LDAP/macOS contacts. r=mkmelin
Assignee | ||
Comment 4•1 year ago
|
||
102 is unaffected so far, this was caused by bug 1789990 which is not yet on 102.
Assignee | ||
Comment 5•1 year ago
|
||
Comment on attachment 9295216 [details]
Bug 1791347 - Fix display of LDAP/macOS contacts. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1789990
User impact if declined: Address Book display of contacts broken
Testing completed (on c-c, etc.): in 106.0b1
Risk to taking this patch (and alternatives if risky): low
Comment 6•1 year ago
|
||
Comment on attachment 9295216 [details]
Bug 1791347 - Fix display of LDAP/macOS contacts. r=#thunderbird-reviewers
[Triage Comment]
approved for esr102
Comment 7•1 year ago
|
||
Bug 1789990 won't uplift to c-esr102 because bug 1776706 is not upliftable due to string changes. This bug is not applicable to c-esr102 unless that all changes.
Updated•1 year ago
|
Comment 8•1 year ago
|
||
bugherder uplift |
Thunderbird 102.3.2:
https://hg.mozilla.org/releases/comm-esr102/rev/cbf94a7c5bc3
Description
•