Closed
Bug 682740
Opened 12 years ago
Closed 12 years ago
mailNavigatorOverlay's goOpenNewMessage never gets called
Categories
(SeaMonkey :: MailNews: Composition, defect)
SeaMonkey
MailNews: Composition
Tracking
(seamonkey2.6 fixed)
RESOLVED
FIXED
seamonkey2.6
Tracking | Status | |
---|---|---|
seamonkey2.6 | --- | fixed |
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
Attachments
(1 file)
2.05 KB,
patch
|
mnyromyr
:
review+
|
Details | Diff | Splinter Review |
Both mailOverlay and mailNavigatorOverlay have a function with the same name - goOpenNewMessage. As navigatorOverlay.xul is overlayed by both these files, the one from mailNavigatorOverlay does not get called. mailOverlay.xul should probably not be overlaying navigatorOverlay.xul http://mxr.mozilla.org/comm-central/source/suite/mailnews/jar.mn#11 This patch removes that line.
Attachment #556424 -
Flags: review?(mnyromyr)
Updated•12 years ago
|
Attachment #556424 -
Flags: review?(mnyromyr) → review+
Comment on attachment 556424 [details] [diff] [review] Remove overlaying of navigatorOverlay.xul [Checked in: Comment 1] http://hg.mozilla.org/comm-central/rev/034a8229391f
Attachment #556424 -
Attachment description: Remove overlaying of navigatorOverlay.xul → Remove overlaying of navigatorOverlay.xul [Checked in: Comment 1]
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
status-seamonkey2.6:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.6
You need to log in
before you can comment on or make changes to this bug.
Description
•