Closed
Bug 402703
Opened 18 years ago
Closed 18 years ago
Favicons for tag matches in autocomplete aren't resized
Categories
(Firefox :: Address Bar, defect, P2)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
Firefox 3 beta2
People
(Reporter: wesj, Assigned: moco)
Details
Attachments
(5 files)
25.21 KB,
image/png
|
Details | |
1.97 KB,
patch
|
dietrich
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
80.06 KB,
image/jpeg
|
Details | |
2.44 KB,
application/octet-stream
|
Details | |
220 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007110605 Minefield/3.0a9pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007110605 Minefield/3.0a9pre
If a tagged page has a larger than normal size favicon, its icon isn't scaled down in the autocomplete results. This only happens when the result matches a tag, and not when you're matching something else in the URL or Title.
Reproducible: Always
Steps to Reproduce:
1. Tag a site with an oversized favicon
2. Type the tag into the urlbar
3.
Actual Results:
As soon as you finish the tag the icon size jumps up to large
Expected Results:
The icon should never change.
Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
Shouldn't this be the places component?
I can confirm that this problem exists with latest trunk, Windows XP.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-firefox3?
Comment 3•18 years ago
|
||
I don't think 389273 is a dependency here; it will avoid the problem in this bug by reencoding large (in bytes) images to 16x16, but a small (in bytes) image that's bigger than 16x16 would still exhibit this problem.
Assignee | ||
Comment 4•18 years ago
|
||
I think this is something else, specifically, I need to fix some css.
thanks for the bug report!
Assignee: nobody → sspitzer
Assignee | ||
Comment 5•18 years ago
|
||
the fix is to mozilla/browser/themes/*instripe/browser/browser.css
for testing, I'm using http://www.nps.gov/alcatraz/
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox 3 M10
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #287710 -
Flags: review?(dietrich)
Assignee | ||
Comment 7•18 years ago
|
||
Updated•18 years ago
|
Attachment #287710 -
Flags: review?(dietrich) → review+
Reporter | ||
Comment 8•18 years ago
|
||
This might not even be necessary to fix here, as Bug #399664 is moving the tree into a richlist box, and the image container there seems to be a fixed size. I was just going to wait for it to land and hopefully mark this as fixed.
Assignee | ||
Comment 9•18 years ago
|
||
wesley is right, this is not an issue with the patch from bug #399664, but I still think we should fix it on the trunk.
when #399664 lands, this css change would go away.
Updated•18 years ago
|
Version: unspecified → Trunk
Updated•18 years ago
|
Target Milestone: Firefox 3 M10 → Firefox 3 M11
Assignee | ||
Updated•18 years ago
|
Flags: in-litmus?
Assignee | ||
Updated•18 years ago
|
Attachment #287710 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #287710 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 10•18 years ago
|
||
fixed.
Checking in browser/themes/pinstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/pinstripe/browser/browser.css,v <-- browser.css
new revision: 1.92; previous revision: 1.91
done
Checking in browser/themes/winstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/winstripe/browser/browser.css,v <-- browser.css
new revision: 1.130; previous revision: 1.129
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: Firefox 3 M11 → Firefox 3 M10
Assignee | ||
Comment 11•18 years ago
|
||
backed out, tree's closed
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 12•18 years ago
|
||
waiting for the tree...
Status: REOPENED → ASSIGNED
Whiteboard: [has patch][ready to land]
Updated•18 years ago
|
Priority: -- → P2
Assignee | ||
Comment 13•18 years ago
|
||
re-landed.
fix re-landed.
Checking in browser/themes/pinstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/pinstripe/browser/browser.css,v <--
browser.css
new revision: 1.94; previous revision: 1.93
done
Checking in browser/themes/winstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/winstripe/browser/browser.css,v <--
browser.css
new revision: 1.132; previous revision: 1.131
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][ready to land]
Assignee | ||
Comment 14•18 years ago
|
||
steps to reproduce / verify this
1) visit http://www.nps.gov/favicon.ico to make sure the favicon is still 32x32
2) visit http://www.nps.gov/alcatraz
2) bookmark that page by clicking the "star" button (but don't give it a tag yet)
3) in the url bar, type "alca", you should get a result for http://www.nps.gov/alcatraz with a 16x16 version of the favicon
4) re-visit http://www.nps.gov/alcatraz
5) click the "star" button and tag it with test
6) now type in "test" into the url bar, you should get a result for http://www.nps.gov/alcatraz
before this fix, the favicon wouldn't be resized to 16x16 properly
after this fix, it will be properly resized to 16x16
note, you can also use neogaf.com
Assignee | ||
Comment 15•18 years ago
|
||
Assignee | ||
Comment 16•18 years ago
|
||
Assignee | ||
Comment 17•18 years ago
|
||
note to qa:
for verification and for litmus, you can use https://bugzilla.mozilla.org/attachment.cgi?id=288215
Flags: in-litmus? → in-litmus+
Verified FIXED using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b2pre) Gecko/2007112016 Minefield/3.0b2pre with the testcase in comment 14 / comment 18.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•