Closed
Bug 1041679
Opened 11 years ago
Closed 5 years ago
implement the shadow behind the global webrtc sharing indicator
Categories
(Firefox :: Site Permissions, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: florian, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
I don't think we are currently displaying the shadow that was part of the UX mockups.
I wouldn't necessarily be against wontfixing this bug if we decide what we currently have is good enough; but the reason why it's currently not implemented was purely lack of time when finishing bug 1037408 that had to land before the Firefox 33 string freeze.
Flags: firefox-backlog+
Updated•11 years ago
|
Whiteboard: [sceensharing-uplift]
Comment 1•11 years ago
|
||
Where's the mockup for this?
Reporter | ||
Comment 2•11 years ago
|
||
Philipp, I remember we discussed a shadow behind the global indicator and Gijs was reluctant to implement it immediately, but I can't find any mockup showing how the shadow is expected to look. Do you remember if there was one?
Flags: needinfo?(philipp)
Comment 3•11 years ago
|
||
Here's the mockup. The shadow is the equivalent of
> box-shadow: 0 3px 13px rgba(0,0,0,0.35);
Flags: needinfo?(philipp)
Comment 4•11 years ago
|
||
Florian, I am also looking on this bug and currently now trying to add shadow behind the sharing indicator, but with no success.
I've tried it to do in webrtc\indicator.css by adding next code:
#webrtcIndicator {
-webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.35);
-moz-box-shadow: 0 3px 13px rgba(0,0,0,0.35);
box-shadow: 0 3px 13px rgba(0,0,0,0.35);
}
and also inside content\wertcindicator.xul by changing style of window.
So, should it be implemented some where else or by other way, or if you prefer to fix this bug, I can live it :) ?
Flags: needinfo?(florian)
Reporter | ||
Comment 5•11 years ago
|
||
We just discussed this a little bit in the #fx-team channel: http://logs.glob.uno/?c=mozilla%23fx-team#c156199
I don't have a good solution to offer, unfortunately. Someone suggested tweaking the list of window features at http://mxr.mozilla.org/mozilla-central/source/browser/modules/webrtcUI.jsm#422
This may help, but I'm not sure.
Flags: needinfo?(florian)
Updated•11 years ago
|
Points: --- → 3
QA Whiteboard: [qa+]
Comment 6•11 years ago
|
||
Just small note. I've tried solution which provided Gijs "one option would be to add a container inside the window, make the window fully transparent, and add shadow to the container", but with no luck. It displays some shadow, only on the right side of control and also we need to re-draw the border of control, because even if we can draw shadow it will be inside border.
Updated•11 years ago
|
Points: 3 → 5
Reporter | ||
Updated•11 years ago
|
Whiteboard: [sceensharing-uplift]
Updated•11 years ago
|
Assignee: nobody → dao
Status: NEW → ASSIGNED
Iteration: --- → 34.3
QA Whiteboard: [qa+]
Flags: qe-verify+
Updated•11 years ago
|
QA Contact: florin.mezei
Comment 8•10 years ago
|
||
I couldn't figure out how to do this. It might be easier if the indicator was a panel rather than a window, but that might have other drawbacks like the fact that panels can't exist independently but are technically tied to a window. We probably don't want to go down that road just for a drop shadow.
Assignee: dao → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(dao)
Updated•10 years ago
|
Iteration: 34.3 → ---
Comment 9•10 years ago
|
||
Neil, is there some way to get the same panel-y shadows on a window, that you know of? :-)
Flags: needinfo?(enndeakin)
Comment 10•10 years ago
|
||
Panel dropshadows are drawn manually using box-shadow. If you can't get the transparency to work, it's possible that it isn't supported with windows opened with the popup flag, or there is some specific combination of window style flags used here that doesn't handle transparency.
Flags: needinfo?(enndeakin)
Reporter | ||
Updated•10 years ago
|
Component: General → Device Permissions
Updated•10 years ago
|
Comment 11•5 years ago
|
||
¡Hola!
The new gUM indicator on 79 is very plain looking so perhaps shadows won't be needed anymore.
I looked a bit and couldn't find the designs so I can't definitively tell.
Hope this is a helpful comment.
¡Gracias!
Alex
Comment 12•5 years ago
|
||
I'll close this out; if we want shadows around the other indicator I'm sure the new indicator bug tree will have something on file about that.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•