Text of highlighted item in combobox has no color distinction from that of non highlighted items

Bug #1301771 reported by Amir
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu theme
New
Undecided
Unassigned
ubuntu-themes (Ubuntu)
In Progress
Low
Sunil Sajjan

Bug Description

Looks like the text color of highlighted item in combobox/dropdown list shows no distinction from that of non highlighted ones. It's drawn in black, instead of white like usual when item is highlighted.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: light-themes 14.04+14.04.20140327-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic i686
ApportVersion: 2.14-0ubuntu1
Architecture: i386
CurrentDesktop: Unity
Date: Thu Apr 3 13:59:00 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-04-01 (1 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily i386 (20140331)
PackageArchitecture: all
SourcePackage: ubuntu-themes
UpgradeStatus: No upgrade log present (probably fresh install)

Amir (amirsan)
summary: - Text of highlighted item has no color distinction from that of non
- highlighted items
+ Text of highlighted item in combobox has no color distinction from that
+ of non highlighted items
Revision history for this message
Adolfo Jayme Barrientos (fitojb) wrote :

Yes, this can be seen in the Theme selector in Unity Control Center > Appearance.

Changed in ubuntu-themes (Ubuntu):
importance: Undecided → Low
milestone: none → ubuntu-14.04
status: New → Triaged
Revision history for this message
Ali Najafi (alinajafi) wrote :

You can fix it manually. Open the file gtk-widgets.css under, for example, for Radiance: /usr/share/themes/Radiance/gtk-3.0/

Then, find the line (#1040): /* Workaround for lp:949368 */
and comment two following blocks with "/*" at the beginning and "*/" at the end, like this:

/*GtkComboBox .menuitem * {
color: @fg_color;
}
GtkComboBox .menuitem *:hover {
    color: @selected_fg_color;
}*/

Basavaraj (basumh001)
Changed in ubuntu-themes (Ubuntu):
assignee: nobody → Basavaraj M.H. (basumh001)
assignee: Basavaraj M.H. (basumh001) → nobody
Changed in ubuntu-themes (Ubuntu):
assignee: nobody → sunil (sunilsajjanglb)
Revision history for this message
Sunil Sajjan (sunilsajjanglb) wrote :

sir, I am interested to solve this bug please send a source code, thank you

Revision history for this message
Adolfo Jayme Barrientos (fitojb) wrote :
Changed in ubuntu-themes (Ubuntu):
status: Triaged → In Progress
Changed in ubuntu-themes (Ubuntu):
milestone: ubuntu-14.04 → later
Revision history for this message
Sunil Sajjan (sunilsajjanglb) wrote :

how to test patch code in my system(local host)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.