Closed
Bug 1034967
Opened 11 years ago
Closed 11 years ago
Regression: Context menu broken over blank space in contact list
Categories
(Instantbird Graveyard :: Contacts window, defect)
Instantbird Graveyard
Contacts window
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: aleth, Assigned: nhnt11)
Details
Attachments
(1 file, 1 obsolete file)
|
2.00 KB,
patch
|
nhnt11
:
review+
|
Details | Diff | Splinter Review |
STR
Disconnect all accounts and right-click on the contact list.
JavaScript error: chrome://instantbird/content/blist.js, line 83: this._getLogs(...) is null
The context menu entries shown are incorrect, and trying to "show offline contacts" produces:
JavaScript error: chrome://instantbird/content/blist.xul, line 1: gBuddyListContextMenu is null
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8451904 [details] [diff] [review]
\
Sorry, I think I pressed enter twice while attaching the file.
Attachment #8451904 -
Attachment description: \ → Patch
Attachment #8451904 -
Flags: review?(aleth)
| Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8451904 [details] [diff] [review]
\
Review of attachment 8451904 [details] [diff] [review]:
-----------------------------------------------------------------
Funky patch name -- are you trying to hack bugzilla? Next time try something with DROP_TABLE ;)
r+ with nit fixed.
::: im/content/blist.js
@@ +70,5 @@
> document.getElementById("context-show-conversation").hidden = !this.onConv && !uiConv;
> document.getElementById("context-close-conversation-separator").hidden = !this.onConv;
> document.getElementById("context-close-conversation").hidden = !this.onConv;
> + let showLogsItem = document.getElementById("context-showlogs");
> + let hideShowLogsItem = hide && !this.onConv;
Nit: extra space
Attachment #8451904 -
Attachment description: Patch → \
Attachment #8451904 -
Flags: review+
| Reporter | ||
Updated•11 years ago
|
Attachment #8451904 -
Flags: review?(aleth)
| Assignee | ||
Comment 4•11 years ago
|
||
Fixed nit. Carrying forward the r+.
Attachment #8451904 -
Attachment is obsolete: true
Attachment #8451910 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•