Closed Bug 580323 Opened 15 years ago Closed 15 years ago

Fix up autocomplete-history-popup menuitem in mac classic

Categories

(SeaMonkey :: Themes, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.1a3

People

(Reporter: stefanh, Assigned: stefanh)

Details

Attachments

(1 file)

Toolkit changes have regressed the autocomplete menuitem. The height have vanished and the negative margin is not needed anymore (that's good, though).
Attached patch Fix menuitemSplinter Review
Attachment #458729 - Flags: superreview?(neil)
Attachment #458729 - Flags: review?(mnyromyr)
Status: NEW → ASSIGNED
Comment on attachment 458729 [details] [diff] [review] Fix menuitem Why the padding change? (Why the padding override?)
We override the padding in menu.css but http://hg.mozilla.org/mozilla-central/diff/9b4420523d0c/toolkit/themes/pinstripe/global/menu.css changed the padding and removed the min-height: 1.144 @@ -147,9 +164,7 @@ menupopup > menu, 1.145 popup > menu, 1.146 menupopup > menuitem, 1.147 popup > menuitem { 1.148 - padding: 0px 3px 2px 3px !important; 1.149 max-width: 42em; 1.150 - min-height: 19px; 1.151 } Instead of adding the min-height, I added some padding to compensate for the loss of height. Hm, but I guess I could add the min-height. Then it would look exactly the same as before. Ideally, I would like both (autocomplete and history) widgets look the same.
Attachment #458729 - Flags: superreview?(neil) → superreview+
Attachment #458729 - Flags: review?(mnyromyr) → review+
I'll land this on sunday/monday.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: