Ambiance & Radiance themes are missing a "background-color" for tooltip elements (needed for GTK3-enabled Firefox Nightly)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
One Hundred Papercuts |
Confirmed
|
Medium
|
Unassigned | ||
Ubuntu theme |
In Progress
|
Undecided
|
Unassigned | ||
ubuntu-themes (Ubuntu) |
In Progress
|
Medium
|
Unassigned |
Bug Description
Firefox Nightlies recently became GTK3-enabled, and that uncovered an issue with Ubuntu's Ambiance & Radiance GTK3 themes.
They're missing a "background-color" for the .tooltip {...} CSS rule in their config files. They have a "tooltip_bg_color" variable, which they use to set up a background-image (really a gradient), but there's no background-color.
This causes problems for GTK3-enabled Firefox, because it reads back some system-colors by setting up a dummy tooltip and reading the (currently-
https:/
The solution is simple -- just add this one line to the ".tooltip" CSS rule in gtk-widgets.css:
background-
For more details, see bug https:/
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: light-themes 14.04+15.
ProcVersionSign
Uname: Linux 3.19.0-23-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Jul 24 17:35:25 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-05-18 (67 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitec
SourcePackage: ubuntu-themes
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
Changed in ubuntu-themes (Ubuntu): | |
status: | New → Confirmed |
Changed in hundredpapercuts: | |
status: | New → Confirmed |
Changed in ubuntu-themes: | |
status: | New → Confirmed |
Changed in ubuntu-themes (Ubuntu): | |
importance: | Undecided → Medium |
Changed in hundredpapercuts: | |
importance: | Undecided → Medium |
Changed in ubuntu-themes (Ubuntu): | |
assignee: | nobody → Martin Wimpress (flexiondotorg) |
status: | Confirmed → In Progress |
Changed in ubuntu-themes (Ubuntu): | |
assignee: | Martin Wimpress (flexiondotorg) → nobody |
Steps to reproduce (sorry for not including these up-front):
1. Download a "Desktop" firefox nightly build from https:/ /nightly. mozilla. org/
2. Extract the tarball, e.g.: 42.0a1. en-US.linux- x86_64. tar.bz2
tar jxvf firefox-
3. From inside the extracted directory, create an empty folder and start Firefox Nightly using that folder as your profile:
cd firefox
mkdir /tmp/ffprof; ./firefox -profile /tmp/ffprof -no-remote
4. (Tell the pop-up dialog no, don't make this your default browser.)
5. Look at the dropdown notification bar at the top of the browser.
ACTUAL RESULTS: ~white text on ~white background, as shown in screenshot here: /bug1187203. bmoattachments. org/attachment. cgi?id= 8638351
https:/