Closed
Bug 518212
Opened 15 years ago
Closed 15 years ago
revise styling of alert boxes / bookmarking popup
Categories
(Firefox for Android Graveyard :: Bookmarks, defect, P1)
Tracking
(fennec1.0+)
VERIFIED
FIXED
fennec1.0b5
Tracking | Status | |
---|---|---|
fennec | 1.0+ | --- |
People
(Reporter: madhava, Assigned: mfinkle)
References
Details
(Whiteboard: [polish])
Attachments
(3 files, 1 obsolete file)
see attachment for revised styles
Our transient popups (alert boxes and the "Page Bookmarked" popup are currently pretty much unstyled. Examples of the ones I mean:
Downloads:
http://www.flickr.com/photos/42739110@N07/3945811294/
Add-ons:
http://www.flickr.com/photos/42739110@N07/3945029065/in/photostream/
Page bookmarked:
http://www.flickr.com/photos/42739110@N07/3945822608/in/photostream/
Tab(s) opened in background:
http://www.flickr.com/photos/42739110@N07/3945868852/in/photostream/
Things to do:
- style the boxes as in the attached image
- use dark buttons where buttons are involved (page bookmarked -- see attachment)
- use the fennec-specific glyphs for the visual in the add-ons and downloads related alerts (again, see attachment)
Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Whiteboard: [polish]
Comment 1•15 years ago
|
||
we need the new addons and download button for that.
Comment 2•15 years ago
|
||
Blocks: 521561
Comment 3•15 years ago
|
||
Madhava, it looks like the padding is different between your examples (the new tab alert for example).
Do you want to increase the padding (it is currently 1mm)?
Assignee | ||
Comment 4•15 years ago
|
||
* I think the popup alerts (nsIAlertsService stuff) needs to be wider. Notice how the Add-on and Download messages are wrappeded.
* I think the bookmark popup needs padding between the title and the buttons _and_ between the buttons themselves.
* I don't think we need the increase in outer border padding. It makes the popups look too spread-out
Reporter | ||
Comment 5•15 years ago
|
||
Can you attach a screenshot of what it looks like with the changes so far?
Reporter | ||
Comment 6•15 years ago
|
||
(In reply to comment #3)
> Madhava, it looks like the padding is different between your examples (the new
> tab alert for example).
>
> Do you want to increase the padding (it is currently 1mm)?
Yeah - I think I was just doing it by eye to get across the kind of change. If someone could attach a screenshot or two, I'd be happy to give an opinion.
Reporter | ||
Updated•15 years ago
|
Priority: -- → P1
Updated•15 years ago
|
tracking-fennec: ? → 1.0+
Assignee | ||
Comment 8•15 years ago
|
||
This patch makes the requested changes
Assignee: nobody → mark.finkle
Assignee | ||
Comment 9•15 years ago
|
||
This patch is the same as the last but forces the arrows to create a padding, even when the XBL tries to collapse them
Attachment #407442 -
Attachment is obsolete: true
Attachment #407639 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 10•15 years ago
|
||
Ugh, right patch, but wrong comment. Correct comment:
This patch is the same as the last but makes the separator between the title and buttons of the bookmark popup a little smaller.
Updated•15 years ago
|
Attachment #407639 -
Flags: review?(gavin.sharp) → review+
Comment 11•15 years ago
|
||
Comment on attachment 407639 [details] [diff] [review]
patch 2
>diff --git a/chrome/content/downloads.js b/chrome/content/downloads.js
>-const URI_GENERIC_ICON_DOWNLOAD = "chrome://mozapps/skin/downloads/downloadIcon.png";
File is now unused, remove it too?
>diff --git a/themes/wince/jar.mn b/themes/wince/jar.mn
>+ images/alert-addons-16.png (images/alert-addons-16.png)
>+ images/alert-downloads-16.png (images/alert-downloads-16.png)
These are unused?
Assignee | ||
Comment 12•15 years ago
|
||
(In reply to comment #11)
> >-const URI_GENERIC_ICON_DOWNLOAD = "chrome://mozapps/skin/downloads/downloadIcon.png";
>
> File is now unused, remove it too?
it's part of Toolkit, not Fennec
> >+ images/alert-addons-16.png (images/alert-addons-16.png)
> >+ images/alert-downloads-16.png (images/alert-downloads-16.png)
>
> These are unused?
Yeah, they are. I was hoping to use them in the low-res CSS but the images are loaded via JS (nsIAlertsService). I removed the images and forced the <image> to 16px width and height in browser-low.css
Assignee | ||
Comment 13•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → B5
Comment 14•15 years ago
|
||
verified with 20091221 1.9.2 nightly build on my n900.
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Component: General → Bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•