Closed
Bug 1198891
Opened 9 years ago
Closed 9 years ago
Tab/Window Sharing icon should turn blue when sharing is active
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(firefox43 verified)
Tracking | Status | |
---|---|---|
firefox43 | --- | verified |
People
(Reporter: sevaan, Assigned: standard8)
References
Details
(Whiteboard: [visual refresh])
Attachments
(3 files, 1 obsolete file)
10.50 KB,
image/png
|
Details | |
17.58 KB,
patch
|
Mardak
:
review+
|
Details | Diff | Splinter Review |
39.20 KB,
image/png
|
vicky
:
ui-review+
|
Details |
When a user turns on tab or window sharing, the sharing icon should turn blue to indicate that sharing is active (the same way the camera/microphone icons are blue when active).
http://i.sevaan.com/image/3200102d0p1l
Comment 1•9 years ago
|
||
(In reply to Sevaan Franks [:sevaan] from comment #0)
> Created attachment 8652999 [details]
> Active Icons
> http://i.sevaan.com/image/3200102d0p1l
Your attachment is the same as the linked image. Did you mean to attach icons?
Comment 2•9 years ago
|
||
(In reply to Sevaan Franks [:sevaan] from comment #0)
> the same way the camera/microphone icons are blue when active
Actually, those icons are always blue. They have a slash through them when disabled.
Should it be default to sharing-mute when not active? .. which seems to already exist:
http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/content/shared/img/svg/sharing-mute.svg
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Ed Lee :Mardak from comment #2)
> (In reply to Sevaan Franks [:sevaan] from comment #0)
> > the same way the camera/microphone icons are blue when active
> Actually, those icons are always blue. They have a slash through them when
> disabled.
>
> Should it be default to sharing-mute when not active? .. which seems to
> already exist:
>
> http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/
> content/shared/img/svg/sharing-mute.svg
Hmm, I thought that was what the button should be to click on to stop sharing - that's what https://www.dropbox.com/s/4gdkx44rnpjrtbw/CommonEements_Sheet.png?dl=0 says.
So currently the implementation is wrong according to the element sheet (we display it with the slash through when disabled, and display the normal icon in the 2nd state).
Sevaan: Can you clarify what you want - do you want what's on the element sheet, or the element sheet plus a change to blue?
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(sfranks)
Reporter | ||
Comment 4•9 years ago
|
||
I don't think it should default to the sharing icon with the slash through it, which implies that sharing is on, but just temporarily disabled.
I just think the icon should be blue when sharing is on. Then it can stay dark when sharing is off. Otherwise users don't have any indication that it is turned on.
Also, I noticed just now that when activating tab sharing, the icon switches to the mute state for a second before returning to normal.
Attachment #8652999 -
Attachment is obsolete: true
Flags: needinfo?(sfranks)
Assignee | ||
Updated•9 years ago
|
Blocks: 1179164
Rank: 18
Flags: qe-verify+
Flags: firefox-backlog+
Priority: -- → P1
Whiteboard: [visual refresh]
Assignee | ||
Comment 5•9 years ago
|
||
Assignee: nobody → standard8
Assignee | ||
Updated•9 years ago
|
Iteration: --- → 43.2 - Sep 7
Points: --- → 3
QA Contact: standard8
Assignee | ||
Comment 6•9 years ago
|
||
This implements as Sevaan suggested. The views:
- Left: screen sharing not active (unchanged)
- Middle: screen sharing button disabled, this happens whilst the prompt for the window to select is active.
- Right: screen sharing active.
Attachment #8657769 -
Flags: ui-review?(vpg)
Comment 7•9 years ago
|
||
Comment on attachment 8657769 [details]
Screen shot with patch applied
Thanks!
Attachment #8657769 -
Flags: ui-review?(vpg) → ui-review+
Assignee | ||
Updated•9 years ago
|
Attachment #8657768 -
Flags: review?(dmose)
Updated•9 years ago
|
Iteration: 43.2 - Sep 7 → 43.3 - Sep 21
Comment 8•9 years ago
|
||
Comment on attachment 8657768 [details] [diff] [review]
Make the tab sharing icon turn blue when sharing is active
Review of attachment 8657768 [details] [diff] [review]:
-----------------------------------------------------------------
r=Mardak
::: browser/components/loop/content/shared/css/conversation.css
@@ +230,4 @@
> }
>
> .btn-screen-share.disabled {
> + background-image: url("../img/svg/sharing-disabled.svg");
We can rename the file to -pending instead of -disabled
Attachment #8657768 -
Flags: review?(dmose) → review+
Comment 10•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Comment 11•9 years ago
|
||
Reproduced the initial issue using old Nightly from 2015-09-08, verified that the issue is fixed using latest Developer Edition 43.0a2 across platforms (Windows 7 64-bit, Windows 10 64-bit, Mac OS X 10.11 and Ubuntu 14.04 32-bit).
Assignee | ||
Updated•8 years ago
|
QA Contact: standard8
You need to log in
before you can comment on or make changes to this bug.
Description
•