Closed
Bug 1103119
Opened 10 years ago
Closed 10 years ago
Search drop down fails to display properly if a search engine has no icon
Categories
(Firefox :: Search, defect)
Tracking
()
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
1.18 KB,
patch
|
Felipe
:
review+
lsblakk
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8526953 -
Flags: review?(felipc)
Updated•10 years ago
|
Attachment #8526953 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-beta/rev/30ca4c851a16
[Tracking Requested - why for this release]:
This was causing some issues with tests I was writing after bug 1088660 landed.
status-firefox34:
--- → fixed
status-firefox35:
--- → affected
status-firefox36:
--- → affected
tracking-firefox34:
--- → ?
tracking-firefox35:
--- → ?
tracking-firefox36:
--- → ?
Updated•10 years ago
|
Comment 3•10 years ago
|
||
Comment on attachment 8526953 [details] [diff] [review]
patch
Review of attachment 8526953 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/urlbarBindings.xml
@@ +957,3 @@
> uri = uri.spec;
> + this.setAttribute("src", PlacesUtils.getImageURLForResolution(window, uri));
> + }
You need to handle the "else" case here. Either show a placeholder icon, or just remove the "src" attribute.
Your patch currently shows the icon of the previously-default provider after the user changed the default provider to a provider without icon.
Currently if you don't set the 'src' attribute, we fallback to the icon specified in some old CSS, which is inconsistent.
On Mac/Linux you'll get: http://mxr.mozilla.org/mozilla-beta/source/toolkit/themes/osx/mozapps/places/defaultFavicon.png
On Windows you'll get the first icon of this image: http://mxr.mozilla.org/mozilla-beta/source/toolkit/themes/windows/global/icons/folder-item.png
Updated•10 years ago
|
Flags: qe-verify+
Updated•10 years ago
|
QA Contact: petruta.rasa
Comment 4•10 years ago
|
||
Reproduced in Firefox 34 beta 11. Verified fixed using Firefox 34.0 RC build (20141124205320) under Win 7 64-bit, Ubuntu 14.04 32-bit and Mac OSX 10.9.5.
Comment 5•10 years ago
|
||
Comment on attachment 8526953 [details] [diff] [review]
patch
This landed on beta with a=gavin.
Attachment #8526953 -
Flags: approval-mozilla-beta?
Attachment #8526953 -
Flags: approval-mozilla-aurora?
Comment 6•10 years ago
|
||
Comment on attachment 8526953 [details] [diff] [review]
patch
Approving for Aurora since this has already landed on Beta, and it's a holiday so this is the last aurora approval round before the weekend.
Attachment #8526953 -
Flags: approval-mozilla-beta?
Attachment #8526953 -
Flags: approval-mozilla-beta+
Attachment #8526953 -
Flags: approval-mozilla-aurora?
Attachment #8526953 -
Flags: approval-mozilla-aurora+
Comment 7•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 36
Comment 9•10 years ago
|
||
Hi Dave, can you assign a point value.
Iteration: --- → 37.1
Flags: needinfo?(dtownsend+bugmail)
Flags: firefox-backlog+
Comment 10•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Points: --- → 1
Flags: needinfo?(dtownsend+bugmail)
Comment 11•10 years ago
|
||
I was able to reproduce this issue on Firefox 34 Beta 11 (20141120192249) using Windows 7 x64.
Verified fixed on Firefox 35 Beta 1 (20141201162954) and Latest Firefox 36.0a2 (2014-12-02) using Windows 7 x64, Ubuntu 12.04 x32 and Mac OSX 10.9.5.
You need to log in
before you can comment on or make changes to this bug.
Description
•