Closed Bug 223963 Opened 21 years ago Closed 21 years ago

problems with mail compose insert link toolbar drop down

Categories

(MailNews Core :: Composition, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.6beta

People

(Reporter: mscott, Assigned: neil)

Details

(Keywords: regression)

Attachments

(2 files)

problems with mail compose insert link toolbar drop down

the images don't match the text. 

screenshot coming.
Attached image screen shot
Looks like another regression from bug 207243 :-(
Keywords: regression
Yes, it is a regression of bug 207243. Below are the updated stylesheet changes
to editor/editorFormatToolbar.css to correct the problem (starting at line 372):

/* ..... insert menu ..... */

#InsertPopup > menuitem {
  list-style-image: url("chrome://editor/skin/icons/btn1.gif");
}

#InsertLinkItem {
  -moz-image-region: rect(16px 16px 32px 0);
}

#InsertLinkItem:hover {
  -moz-image-region: rect(16px 32px 32px 16px);
}

#InsertAnchorItem {
  -moz-image-region: rect(128px 16px 144px 0);
}

#InsertAnchorItem:hover {
  -moz-image-region: rect(128px 32px 144px 16px);
}

#InsertImageItem {
  -moz-image-region: rect(144px 16px 160px 0);
}

#InsertImageItem:hover {
  -moz-image-region: rect(144px 32px 160px 16px);
}

#InsertHRuleItem {
  -moz-image-region: rect(32px 16px 48px 0);
}

#InsertHRuleItem:hover {
  -moz-image-region: rect(32px 32px 48px 16px);
}

#InsertTableItem {
  -moz-image-region: rect(112px 16px 128px 0);
}

#InsertTableItem:hover {
  -moz-image-region: rect(112px 32px 128px 16px);
}
-> Neil
Assignee: mscott → neil.parkwaycc.co.uk
Attached patch Pat's patchSplinter Review
Pat's CSS, turned into a patch. r=me fwiw.
Comment on attachment 134362 [details] [diff] [review]
Pat's patch

Looking for editor moa (at least) on this.
Attachment #134362 - Flags: superreview?(mscott)
Attachment #134362 - Flags: review?(daniel)
Attachment #134362 - Flags: superreview?(mscott) → superreview+
Comment on attachment 134362 [details] [diff] [review]
Pat's patch

yes, those changes should only affect msg compose format toolbar anyway.

r=daniel@glazman.org
Attachment #134362 - Flags: review?(daniel) → review+
Accepting.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.6beta
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: