Closed Bug 1133355 Opened 11 years ago Closed 10 years ago

The Properties button and context menuitem should be disabled when multiple cards are selected.

Categories

(SeaMonkey :: MailNews: Address Book & Contacts, defect)

defect
Not set
normal

Tracking

(seamonkey2.34 affected, seamonkey2.35 fixed, seamonkey2.36 fixed, seamonkey2.37 fixed)

RESOLVED FIXED
seamonkey2.37
Tracking Status
seamonkey2.34 --- affected
seamonkey2.35 --- fixed
seamonkey2.36 --- fixed
seamonkey2.37 --- fixed

People

(Reporter: philip.chee, Assigned: philip.chee)

References

Details

(Keywords: polish)

Attachments

(1 file, 1 obsolete file)

Bug 132453 which fixed this for Thunderbird also contained untested changes to suite, which, as far as I can tell, never worked. This bug is a followup to Bug 132453 to port the remaining parts to SeaMonkey.
Attached patch Patch V1 Proposed fix. (obsolete) — Splinter Review
Since Neil reviewed Thunderbird Bug 132453 I thought it appropriate for Neil to review the followup.
Attachment #8564771 - Flags: review?(neil)
(In reply to Philip Chee from comment #0) > Bug 132453 which fixed this for Thunderbird also contained untested changes > to suite, which, as far as I can tell, never worked. I don't think the changes were meant to fix the bug for SeaMonkey, they were just there to prevent SeaMonkey from breaking.
Comment on attachment 8564771 [details] [diff] [review] Patch V1 Proposed fix. > function AbResultsPaneOnClick(event) > { >+ CommandUpdate_AddressBook(); ... > <menupopup id="composeMail" onpopupshowing="CommandUpdate_AddressBook();"> These changes shouldn't be needed. > function DirPaneSelectionChangeMenulist() > { > if (abList && abList.selectedItem) { > if (gSearchInput.value && (gSearchInput.value != "")) > onEnterInSearchBar(); > else > ChangeDirectoryByURI(abList.value); > } >+ CommandUpdate_AddressBook(); > } Again, the caller of this function calls CommandUpdate_AddressBook already. >- <command id="cmd_properties" oncommand="goDoCommand('cmd_properties');"/> >+ <command id="cmd_properties" oncommand="goDoCommand('cmd_properties');" disabled="true"/> Why this change?
Unneeded changes removed. >>- <command id="cmd_properties" oncommand="goDoCommand('cmd_properties');"/> >>+ <command id="cmd_properties" oncommand="goDoCommand('cmd_properties');" disabled="true"/> > Why this change? I was following Thunderbird. As far as I can tell it doesn't do anything. Reverted.
Attachment #8564771 - Attachment is obsolete: true
Attachment #8564771 - Flags: review?(neil)
Attachment #8567965 - Flags: review?(neil)
Attachment #8567965 - Flags: superreview?(mnyromyr)
Attachment #8567965 - Flags: review?(neil)
Attachment #8567965 - Flags: review?(iann_bugzilla)
Comment on attachment 8567965 [details] [diff] [review] Patch v2 minimal fix. [Triage Comment] a=me for c-a/c-b too
Attachment #8567965 - Flags: review?(iann_bugzilla)
Attachment #8567965 - Flags: review+
Attachment #8567965 - Flags: approval-comm-beta+
Attachment #8567965 - Flags: approval-comm-aurora+
Attachment #8567965 - Flags: superreview?(mnyromyr) → superreview+
Target Milestone: --- → seamonkey2.37
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: