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)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6beta
People
(Reporter: mscott, Assigned: neil)
Details
(Keywords: regression)
Attachments
(2 files)
|
14.12 KB,
image/gif
|
Details | |
|
1.54 KB,
patch
|
glazou
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
problems with mail compose insert link toolbar drop down the images don't match the text. screenshot coming.
| Reporter | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
Looks like another regression from bug 207243 :-(
Keywords: regression
Comment 3•21 years ago
|
||
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); }
| Assignee | ||
Comment 5•21 years ago
|
||
Pat's CSS, turned into a patch. r=me fwiw.
| Assignee | ||
Comment 6•21 years ago
|
||
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)
| Reporter | ||
Updated•21 years ago
|
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+
| Assignee | ||
Comment 8•21 years ago
|
||
Accepting.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.6beta
| Assignee | ||
Comment 9•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•