Closed
Bug 306330
Opened 20 years ago
Closed 19 years ago
Search engines which don't have an icon have less margin than the others
Categories
(Firefox :: Search, defect, P4)
Firefox
Search
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha2
People
(Reporter: adelfino, Assigned: Gavin)
References
Details
(Keywords: regression, verified1.8.1.8)
Attachments
(1 file)
|
811 bytes,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050828 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050828 Firefox/1.0+
You can see an screenshot here:
http://img4.imageshack.us/img4/8973/bug2fx.png
Reproducible: Always
Steps to Reproduce:
1. Install a search engine with an icon
2. Install a search engine without an icon
3. Open the search engines menu
Actual Results:
The search engine without icon has less margin than the other
Expected Results:
Both engines should have the same margin
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.5 Branch
Comment 1•20 years ago
|
||
This is a regression from bug 253661. I remember Bryan talking about this, but
it must have slipped through the cracks.
Severity: trivial → minor
Status: UNCONFIRMED → NEW
Depends on: 253661
Ever confirmed: true
Keywords: regression
Version: 1.5 Branch → Trunk
Simple fix. The icons just need 16px x 16px dimensions defined.
.menu-iconic-icon {
/* sets icons in menus to 16px */
max-width: 16px;
max-height: 16px;
}
Either in global/menu.css for all menu icons (not sure without testing if
that'll screw with other stuff), or with a more specific selector in
browser/browser.css to only target the search icons.
I guess i never had search engines without icons (or didn't know there were any
without them), so didn't realize to test for this with that original menus patch.
I already have a fix for this that takes into account the issue of search
engines NOT including an image! Patch forthcoming shortly...
~B
| Assignee | ||
Comment 4•20 years ago
|
||
Bryan, do you have the patch for this?
| Reporter | ||
Comment 5•20 years ago
|
||
Will this be fixed for Mozilla Firefox 1.5? :S
| Reporter | ||
Updated•19 years ago
|
Severity: minor → normal
| Assignee | ||
Updated•19 years ago
|
Severity: normal → trivial
OS: Windows XP → All
Hardware: PC → All
| Assignee | ||
Comment 6•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Priority: -- → P4
Target Milestone: --- → Firefox 3 alpha2
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [patch-r?]
Comment 7•19 years ago
|
||
Comment on attachment 246114 [details] [diff] [review]
patch
r=mano
Attachment #246114 -
Flags: review?(mano) → review+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [patch-r?] → [checkin needed]
| Assignee | ||
Comment 8•19 years ago
|
||
mozilla/browser/themes/winstripe/browser/browser.css 1.49
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
| Assignee | ||
Comment 9•18 years ago
|
||
Fixed on the branch for 2.0.0.7 by the branch patch for bug 363130.
Keywords: fixed1.8.1.7
Comment 10•18 years ago
|
||
verified fixed 1.8.1.7 using Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.7pre) Gecko/2007091204 BonEcho/2.0.0.7pre
looks okay now and verified after tests with several search engines -> adding verified keyword
Keywords: fixed1.8.1.7 → verified1.8.1.7
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•