Closed
Bug 782793
Opened 13 years ago
Closed 13 years ago
per-platform chat window icons
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(firefox17 fixed)
RESOLVED
FIXED
Firefox 18
| Tracking | Status | |
|---|---|---|
| firefox17 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
Details
(Whiteboard: [Fx17])
Attachments
(4 files, 1 obsolete file)
|
289.85 KB,
image/png
|
Details | |
|
13.46 KB,
application/zip
|
Details | |
|
19.60 KB,
patch
|
Felipe
:
review+
dao
:
review-
|
Details | Diff | Splinter Review |
|
21.29 KB,
patch
|
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
we need a minimize/maximize icon, and a close icon for the chat window. Right now we're just grabbing some preexisting icons from the themes.
Updated•13 years ago
|
Assignee: nobody → jboriss
Comment 1•13 years ago
|
||
Attached are a mockup and the image files for chat window default colors on OSX and on Windows. The first version won’t include the pop_out icon, but I’m attaching it to this bug for future use. Clicking on the titlebar collapses the window.
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 4•13 years ago
|
||
adds close icons and colors for all platforms. needs verification on linux.
Attachment #657442 -
Flags: review?(gavin.sharp)
Updated•13 years ago
|
Attachment #657442 -
Flags: review?(gavin.sharp) → review?(jaws)
Comment 5•13 years ago
|
||
Comment on attachment 657442 [details] [diff] [review]
chat style.patch
Review of attachment 657442 [details] [diff] [review]:
-----------------------------------------------------------------
Please make the chat_close, chat_close_onclick, and chat_close_onhover all part of one image sprite. Using CSS to switch the current image like this when they reside in different files can show a flicker during the transition.
::: browser/themes/gnomestripe/browser.css
@@ +2748,5 @@
> font-weight: bold;
> color: -moz-dialogtext;
> }
>
> .chat-titlebar {
Please add |cursor: pointer;| for the titlebar now that it will toggle the minimized/restored state and help with discoverability.
@@ +2763,5 @@
> .chat-titlebar[minimized="true"] {
> border-bottom: none;
> }
>
> +.chat-titlebar[selected="true"] {
.chat-titlebar[selected] since we never have a non-"true" value for the attribute.
Attachment #657442 -
Flags: review?(jaws) → review-
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → 17 Branch
| Assignee | ||
Comment 6•13 years ago
|
||
Attachment #657442 -
Attachment is obsolete: true
Attachment #658243 -
Flags: review?(jaws)
Updated•13 years ago
|
Attachment #658243 -
Flags: review?(jaws) → review+
Comment 7•13 years ago
|
||
Comment on attachment 658243 [details] [diff] [review]
chat style.patch
>--- a/browser/themes/winstripe/jar.mn
>+++ b/browser/themes/winstripe/jar.mn
>@@ -99,16 +99,17 @@ browser.jar:
> skin/classic/browser/preferences/Options-sync.png (preferences/Options-sync.png)
> #endif
> skin/classic/browser/preferences/saveFile.png (preferences/saveFile.png)
> * skin/classic/browser/preferences/preferences.css (preferences/preferences.css)
> skin/classic/browser/preferences/in-content/preferences.css (preferences/in-content/preferences.css)
> skin/classic/browser/preferences/applications.css (preferences/applications.css)
> skin/classic/browser/preferences/aboutPermissions.css (preferences/aboutPermissions.css)
> skin/classic/browser/social/social.png (social/social.png)
>+ skin/classic/browser/social/chat_close.png (social/chat_close.png)
> skin/classic/browser/tabbrowser/alltabs.png (tabbrowser/alltabs.png)
> skin/classic/browser/tabbrowser/newtab.png (tabbrowser/newtab.png)
> skin/classic/browser/tabbrowser/newtab-inverted.png (tabbrowser/newtab-inverted.png)
> skin/classic/browser/tabbrowser/connecting.png (tabbrowser/connecting.png)
> skin/classic/browser/tabbrowser/loading.png (tabbrowser/loading.png)
> skin/classic/browser/tabbrowser/tab.png (tabbrowser/tab.png)
> skin/classic/browser/tabbrowser/tab-arrow-left.png (tabbrowser/tab-arrow-left.png)
> skin/classic/browser/tabbrowser/tab-arrow-left-inverted.png (tabbrowser/tab-arrow-left-inverted.png)
You forgot adding this to the aero section.
Attachment #658243 -
Flags: review-
Comment 8•13 years ago
|
||
yeah I noticed that before pushing and added it to the patch. Also changed the file name to chat-close.png (using the dash) to follow the convention
https://hg.mozilla.org/integration/mozilla-inbound/rev/d3c66f475f33
| Assignee | ||
Comment 9•13 years ago
|
||
Comment on attachment 658243 [details] [diff] [review]
chat style.patch
[Approval Request Comment]
status and flyout panel appearance needs to match the ux design. the correct patch is in comment #8, which was modified to add aero styles
Attachment #658243 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 10•13 years ago
|
||
(In reply to Shane Caraveo (:mixedpuppy) from comment #9)
> Comment on attachment 658243 [details] [diff] [review]
> chat style.patch
>
> [Approval Request Comment]
> status and flyout panel appearance needs to match the ux design. the
> correct patch is in comment #8, which was modified to add aero styles
make that, chat icons :( but also correcting to match ux design
Comment 11•13 years ago
|
||
Fwiw, usually the nomination for branch uplift comes after the patch has landed on trunk and ben resolved fixed (ideally, verified). Will come back to check on this at another time.
Comment 12•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Comment 13•13 years ago
|
||
Can you attach the landed patch for approval, so that I don't have to a+ an r-ed patch?
Comment 14•13 years ago
|
||
Updated•13 years ago
|
Attachment #658243 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
Attachment #659724 -
Flags: approval-mozilla-aurora+
Comment 15•13 years ago
|
||
status-firefox17:
--- → fixed
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•