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)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(seamonkey2.34 affected, seamonkey2.35 fixed, seamonkey2.36 fixed, seamonkey2.37 fixed)
RESOLVED
FIXED
seamonkey2.37
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
3.36 KB,
patch
|
iannbugzilla
:
review+
mnyromyr
:
superreview+
iannbugzilla
:
approval-comm-aurora+
iannbugzilla
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
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.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Since Neil reviewed Thunderbird Bug 132453 I thought it appropriate for Neil to review the followup.
Attachment #8564771 -
Flags: review?(neil)
Comment 2•11 years ago
|
||
(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 3•11 years ago
|
||
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?
![]() |
Assignee | |
Comment 4•11 years ago
|
||
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)
![]() |
Assignee | |
Updated•10 years ago
|
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+
Updated•10 years ago
|
Attachment #8567965 -
Flags: superreview?(mnyromyr) → superreview+
![]() |
Assignee | |
Comment 6•10 years ago
|
||
status-seamonkey2.37:
--- → fixed
Target Milestone: --- → seamonkey2.37
![]() |
Assignee | |
Comment 7•10 years ago
|
||
(In reply to Philip Chee from comment #6)
> http://hg.mozilla.org/comm-central/rev/e46f97877090
http://hg.mozilla.org/releases/comm-aurora/rev/ca6a6ae13066
http://hg.mozilla.org/releases/comm-beta/rev/2548998cee42
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-seamonkey2.34:
--- → affected
status-seamonkey2.35:
--- → fixed
status-seamonkey2.36:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•