Closed
Bug 769095
Opened 13 years ago
Closed 13 years ago
Enforce maximum icon size for nsIAlertsService's notification
Categories
(Toolkit :: Themes, defect)
Toolkit
Themes
Tracking
()
Tracking | Status | |
---|---|---|
firefox16 | - | --- |
People
(Reporter: Felipe, Assigned: Felipe)
References
Details
(Whiteboard: [Desktop WebRT], [qa!])
Attachments
(2 files)
1.07 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
38.07 KB,
image/png
|
Details |
Upon a successful webapp installation, we want to display a notification that an app has been installed. On the notification we display the app icon given to us, which can have any size, thus leading to an amusing result: http://i.imgur.com/kNjdd.png
Dão, how should this be handled? can I add a max-width/height 32x32 (or 48x48) on #alertImage in alert.css? .alertImageBox has a min-width/height but I don't understand why
Updated•13 years ago
|
Whiteboard: [Desktop WebRT]
Comment 1•13 years ago
|
||
Flagging for tracking-firefox16 and k9o - this bug's implementation blocks the implementation of a k9o blocker for providing feedback on post-install, which therefore makes this a blocker.
blocking-kilimanjaro: --- → ?
tracking-firefox16:
--- → ?
Comment 2•13 years ago
|
||
This doesn't appear to be a blocker for this feature in FF16 (separate from k9o), so no need to track. We'd definitely consider taking an uplift if/when ready, however.
Assignee | ||
Comment 3•13 years ago
|
||
Set max-width/height to 48px
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
hmm, perhaps it should have space around it, instead of being jammed against the top and bottom borders?
Comment 6•13 years ago
|
||
(In reply to Dan Walkowski from comment #5)
> hmm, perhaps it should have space around it, instead of being jammed against
> the top and bottom borders?
Makes sense to me. Probably a little bit of padding could help improve the look and feel a bit.
Assignee | ||
Comment 7•13 years ago
|
||
Let's leave that for a follow-up though as we'll probably do more fine tuning on the notification appearance. And use this bug only for the necessary part to land the feedback notification, i.e. enforcing a maximum size for the icon.
Updated•13 years ago
|
Component: XUL → Themes
Product: Core → Toolkit
Updated•13 years ago
|
Attachment #639830 -
Flags: review?(dao) → review+
Updated•13 years ago
|
OS: Windows 7 → All
Assignee | ||
Comment 8•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 9•13 years ago
|
||
Updated•13 years ago
|
Whiteboard: [Desktop WebRT] → [Desktop WebRT], [qa+]
Updated•13 years ago
|
QA Contact: jsmith
Assignee | ||
Comment 10•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [Desktop WebRT], [qa+] → [Desktop WebRT], [qa!]
You need to log in
before you can comment on or make changes to this bug.
Description
•