Closed Bug 514416 Opened 16 years ago Closed 16 years ago

Context menu displays incorrectly after resizing address toolbar

Categories

(SeaMonkey :: MailNews: Composition, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.0

People

(Reporter: neil, Assigned: neil)

References

Details

(Keywords: fixed-seamonkey2.0, regression)

Attachments

(1 file)

Possibly due to the intervening popup manager rewrite, the compose context menu does not display correctly after the address toolbar is resized, because the splitter code (uselessly) sets height="0" on all the popups.
Attached patch Proposed patchSplinter Review
I also spotted a -moz-collapsed tweak caused by bug 506492.
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #398383 - Flags: review?(mnyromyr)
Comment on attachment 398383 [details] [diff] [review] Proposed patch >diff -r 81f27df7d581 suite/mailnews/compose/addressingWidgetOverlay.js >+function awSizerResized(splitter) aSplitter ;-) >+ for (var sib = splitter.previousSibling; sib; sib = sib.previousSibling) Please use let for subscope variables. >diff -r 81f27df7d581 suite/mailnews/compose/messengercompose.xul > <splitter id="compose-toolbar-sizer" resizeafter="grow" >+ onmousedown="awSizerListen();" oncommand="awSizerResized(this);"> Please use one attribute-per-line style here. r=me with that.
Attachment #398383 - Flags: review?(mnyromyr) → review+
Comment on attachment 398383 [details] [diff] [review] Proposed patch a=me with review comments addresses
Attachment #398383 - Flags: approval-seamonkey2.0+
Pushed changeset 25b3a9e27c15 to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: