Closed
Bug 64030
Opened 25 years ago
Closed 22 years ago
Right click pop-up menu for address book does not work (context menu)
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: samrutha, Assigned: iannbugzilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: nab-menus)
Attachments
(1 file, 2 obsolete files)
|
10.84 KB,
patch
|
neil
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/4.5 [en] (WinNT; I)
BuildID: build id:2000122805
The Right click pop menu for anything in the Address book window say Address
Book,Address Card and Address List does not work.
Reproducible: Always
Steps to Reproduce:
1.Start the browser.
2.Open the Address book.
3.Select either an Address Book,Address Card or Address list.
4.Right click on it.
Actual Results: Does nothing,the right click pop up menu does not come up.
Expected Results: The right click pop up menu with New Address Book,New Address
List etc options should come up.
Comment 1•25 years ago
|
||
This is not implemented yet. I filed a similar bug yesterday about context menus
not being implemented in the Personal Toolbar. Confirming with build 20001229.
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: esther → pmock
Comment 4•24 years ago
|
||
*** Bug 101282 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
QA Contact: nbaca → olgam
Comment 5•24 years ago
|
||
*** Bug 108436 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Summary: Right click pop-up menu for address book does not work. → Right click pop-up menu for address book does not work (context menu)
Updated•24 years ago
|
Whiteboard: nab-visual
Updated•24 years ago
|
Whiteboard: nab-visual → nab-menus
Comment 6•24 years ago
|
||
*** Bug 116114 has been marked as a duplicate of this bug. ***
*** Bug 124522 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
QA Contact: olgam → nbaca
Comment 10•23 years ago
|
||
*** Bug 149696 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 12•22 years ago
|
||
Taking from sspitzer@mozilla.org (Seth Spitzer)
Assignee: sspitzer → bugzilla
| Assignee | ||
Comment 14•22 years ago
|
||
This patch implements different context menus for the different panes:
Properties, New Card, New List and Delete for Address Book pane
Properties, Compose, IM and Delete for Results pane
Attachment #68696 -
Attachment is obsolete: true
Attachment #132767 -
Flags: superreview?(sspitzer)
Attachment #132767 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 15•22 years ago
|
||
Comment on attachment 132767 [details] [diff] [review]
Patch v0.1 that implements context menus
>+ <command id="cmd_delete" oncommand="goDoCommand('button_delete');"/>
cmd_delete is wrong, that's reserved for Edit/Delete; as you're doing
goDoCommand('button_delete') use button_delete instead. In fact any commands
that use goDoCommand should be using the same id, this is so things like
goUpdateCommand work.
>+ <tree id="dirTree" context="DirTreeContext"
dirTreeContext, surely?
Also some accesskeys would be nice.
Attachment #132767 -
Flags: review?(neil.parkwaycc.co.uk) → review-
| Assignee | ||
Comment 16•22 years ago
|
||
Comment on attachment 132767 [details] [diff] [review]
Patch v0.1 that implements context menus
Cancelling old sr request
Attachment #132767 -
Flags: superreview?(sspitzer)
| Assignee | ||
Comment 17•22 years ago
|
||
Patch also other issues raised by Neil in comment#15
Attachment #132767 -
Attachment is obsolete: true
Attachment #132795 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•22 years ago
|
Attachment #132795 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Attachment #132795 -
Flags: superreview?(bienvenu)
Updated•22 years ago
|
Attachment #132795 -
Flags: superreview?(bienvenu) → superreview+
Comment 18•22 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Verified FIXED with build 2004-06-06-09 on Windows XP.
Mailing lists, individual cards and address books themselves all have context
menus with accesskeys, too.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•