|All Address Books > Properties| hangs Address Book Window (TB Daily)
Categories
(MailNews Core :: Address Book, defect)
Tracking
(Not tracked)
People
(Reporter: thomas8, Assigned: abdallah.khaled.ali.93)
References
(Regression)
Details
(Keywords: hang, regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
STR
- in main AB of TB-Daily, right-click on "All Address Books" > Properties
Actual result
- no properties dialog
- Address Book Window hangs (no longer responding)
Expected
- show Properties dialog (as in release)
- as long as we don't allow renaming "All Address Books" (why?), note that the AB name in the input text box should be preselected and copyable, but not editable.
(regression; seen on Windows 10)
Assignee | ||
Comment 1•5 years ago
|
||
Hello,
I took a look at the issue, it is due to the calling of
window.openDialog(
selectedDir.propertiesChromeURI,
"",
"chrome,modal,resizable=no,centerscreen",
{ selectedDirectory: selectedDir }
);
when the All Address Books is selected, the selectedDir.propertiesChromeURI returns void.
Assignee | ||
Comment 2•5 years ago
|
||
if I add get propertiesChromeURI() with the correct link to abAddressBookNameDialog.xhml to the root in the tree's view, it works.
Should I go ahead and make that change ?
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Abdallah Afify from comment #2)
if I add get propertiesChromeURI() with the correct link to abAddressBookNameDialog.xhml to the root in the tree's view, it works.
Should I go ahead and make that change ?
Comment 4•5 years ago
|
||
Yeah, go on. I think that strictly speaking this isn't a hang, it's opening a window with no URL which just confuses everything.
Assignee | ||
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
Hello Geoff,
I submitted a Patch and I put you as a reviewer
Reporter | ||
Comment 7•5 years ago
|
||
Has r+, so looks ready to land --> checkin-needed-tb
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/ffa711650cb1
Route root AB properties to abAddressNameDialog view. r=darktrojan
Description
•