Closed
Bug 751439
Opened 13 years ago
Closed 13 years ago
Icons must be square
Categories
(Marketplace Graveyard :: Developer Pages, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andy+bugzilla, Unassigned)
References
Details
In the validation we don't check that the icons are square. We don't check for that when we fetch icons from the app. Having a non-square icon would be pretty crazy, but we should check for it.
Updated•13 years ago
|
Assignee: nobody → cvan
Target Milestone: --- → 2012-05-24
Updated•13 years ago
|
Target Milestone: 2012-05-24 → 2012-06-07
Updated•13 years ago
|
Priority: -- → P4
Updated•13 years ago
|
Target Milestone: 2012-06-07 → 2012-06-21
Comment 1•13 years ago
|
||
We resize icons, right? So, what is the current output? Does this look ridiculous or just some padding or something?
Comment 2•13 years ago
|
||
(In reply to Wil Clouser [:clouserw] from comment #1)
> We resize icons, right? So, what is the current output? Does this look
> ridiculous or just some padding or something?
In some cases icons can look real weird - especially when they're in your Dock or on your B2G device. See http://cl.ly/11063Z2V192b3R0E043i
Comment 3•13 years ago
|
||
Ok. I'm comfortable leaving this as a low priority. People want their apps to succeed and will upload icons that look good (leaving aside the fact that this is a corner case for icons anyway). Thanks for the screenshot.
Comment 4•13 years ago
|
||
I have a patch for this, but then I was thinking maybe we don't care if the icon is square for like weirdly shaped transparent icons. Eh, I'll get an r anyway.
Target Milestone: 2012-06-21 → 2012-07-12
Updated•13 years ago
|
Target Milestone: 2012-07-12 → 2012-07-19
Updated•13 years ago
|
Target Milestone: 2012-07-26 → ---
Comment 6•13 years ago
|
||
This is something that needs a check in the validator since the icons on Marketplace aren't (for non-packaged apps, anyway) the same icons that the browser sees. The icons in the manifest need to be square.
There's a bug somewhere (the number escapes me) to check that the URLs for icons return 200. This could be done as part of that test.
Comment 7•13 years ago
|
||
This is now being tested for in the validator:
https://github.com/mozilla/app-validator/commit/6a94fdcc28c9501b5170a771582bed997ccc9d0a
A check needs to be added in the icon upload function, as well.
Comment 8•13 years ago
|
||
Merged in zamboni:
https://github.com/mozilla/zamboni/commit/4771473327f47676011edf4b30a3aaac71a1b417
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•