Closed
Bug 1057311
Opened 11 years ago
Closed 7 years ago
[Video]confirm dialogs are transparent in Video app but its not in Gallery app
Categories
(Firefox OS Graveyard :: Gaia::Video, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vsireesha246, Unassigned)
Details
(Whiteboard: [LibGLA,TD90598,WW, A])
Attachments
(2 files)
STR:
1.Open Video app with videos in device
2.Select the dotted icon at the bottom
3.Select any video
4.Click on delete icon
5.Check the confirm dialog screen,it is transparent.
But the Gallery app behavior is different from Video.
In gallery the following bug fixed this problem.
https://bugzilla.mozilla.org/show_bug.cgi?id=1019841
Reporter | ||
Updated•11 years ago
|
Whiteboard: [LibGLA,TD90598,WW, A]
Reporter | ||
Comment 1•11 years ago
|
||
For this issue we need to remove the below css from video.css.
/*
* The overlay is where we display messages like Scanning, No Videos,
* No SD card and SD Card in Use along with instructions for resolving
* the issue. The user can't interact with the app while the overlay
* is displayed.
*/
#overlay,
#confirm-dialog {
/* it takes up the whole screen */
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
/* almost transparent gray */
background-color: rgba(0, 0, 0, 0.4);
}
Flags: needinfo?(rnicoletti)
Comment 2•11 years ago
|
||
I see that bug 1019841 removed the css code shown in comment 1 from gallery.css so it seems appropriate to remove it from video.css. Although, something puzzling is with today's code from master, I'm not seeing the transparent background on that screen. Can you verify you are seeing the transparent background with the latest code?
Wilson, can you verify the css code in comment 1 should be removed from video.css?
Flags: needinfo?(rnicoletti) → needinfo?(wilsonpage)
Comment 3•11 years ago
|
||
Flags: needinfo?(wilsonpage)
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
(In reply to Russ Nicoletti [:russn] from comment #2)
> Wilson, can you verify the css code in comment 1 should be removed from
> video.css?
I am still seeing an issue on master today. Removing the code suggested in comment 1 seems to fix the problem.
Comment 6•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•