Closed
Bug 797377
Opened 13 years ago
Closed 13 years ago
[Browser] Small icon shown when adding a homescreen bookmark
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-basecamp:+)
VERIFIED
FIXED
| blocking-basecamp | + |
People
(Reporter: tchung, Assigned: benfrancis)
References
()
Details
(Whiteboard: [LOE:S])
Attachments
(1 file)
|
855.15 KB,
image/jpeg
|
Details |
Add a bookmark to the homescreen, and verify that the favicon is ultra small. I would vote to increase the icon even if its pixelating it a bit to match the other icon sizes.
See screenshot
REpro:
1) install otoro daily build 10-1-2012 build
2) launch browser, visit a url, and add bookmark to homescreen
3) Verify homescreen icon is mini sized.
Expected:
- favicon of site matches homescreen icon size
Actual;
- icon is small
| Assignee | ||
Comment 1•13 years ago
|
||
You probably get whatever icon is provided by the web site, which could be extremely small or extremely large. This is definitely a bug.
The eventual plan is to automatically generate good looking icons at the right size from favicons as per https://github.com/mozilla-b2g/gaia/issues/5453
Given that this is currently a blocking-basecamp- feature, we need a backup plan just in case it doesn't happen. Patryk suggests we scale the icons to "52x52 pixels and add the CSS drop shadow seen on the application icons".
To be clear, this is going to look pretty awful and we would prefer not to ship like this, but it is pretty easy and I suggest we fix the "bug" in this way as a stop-gap just-in-case solution. Then add the icon generation feature later if we can.
Comment 2•13 years ago
|
||
This happens with Apps as well - during the smoketest the other day I installed the todoist app and a very small icon appeared.
Updated•13 years ago
|
Assignee: nobody → ben
blocking-basecamp: ? → +
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [LOE:S]
| Assignee | ||
Comment 3•13 years ago
|
||
In a Skype discussion Patryk suggested:
If smaller than 52x52, resize to 54x54
If larger than 54x54, resize to 52x52
I will go ahead and implement this.
| Assignee | ||
Comment 4•13 years ago
|
||
| Assignee | ||
Comment 5•13 years ago
|
||
Actually I think what Patryk said was:
If smaller than 52x52, resize to 52x52
If larger than 54x54, resize to 54x54
which is what the patch does.
Comment 6•13 years ago
|
||
The code was reviewed by myself and it is correct
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Verified that icons added to the homescreen are sized correctly on the 11/28 unagi build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•