suggested workaround:

"--- cvs/light-themes/Ambiance/gtk-3.0/gtk-widgets.css~ 2012-04-07 
18:36:48.832073000 +0200
+++ cvs/light-themes/Ambiance/gtk-3.0/gtk-widgets.css   2012-04-19 
19:05:43.158282563 +0200
@@ -1126,7 +1126,8 @@
 /************
  * menuitem *
  ************/
-.menuitem {
+.menuitem,
+.menuitem * {
     color: @fg_color;
 }"

<Company> should workaround this problem in menuitems - of course, similar 
workarounds are needed elsewhere :/
<Company> what this does is it explicitly defines a color for all widgets in 
menuitems
 instead of just making them copy from their parent
 so whenever the parent is not the menuitem and defines a color, this will 
override it
 i'm not aware of anyone putting any intermediate widgets into menuitems, so I 
don't think there will be side effects
 hrm, cases where the menuitem changed the color would also be effected
 like the different menuitem style in unity 10 lines down
 comboboxes have that workaround already it seems
 so i guess yes, there might be side effects"

...

"you'll potentially see that problem everywhere where someone changes a
menuitem from insensitive back to sensitive and does not recreate the
menu, but just hides it"

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/973491

Title:
  nautilus popup menu highlighting using copy and paste incorrect

Status in GTK+ GUI Toolkit:
  Confirmed
Status in Light Themes:
  New
Status in “gtk+3.0” package in Ubuntu:
  Triaged
Status in “gtk+3.0” source package in Precise:
  Triaged

Bug description:
  When an item is right clicked and cut or copy are selected, at the
  time of paste (using right click) the menu doesn't reflect that there
  is an item available to be pasted. While the paste is still possible,
  the menu line is grayed out.

  If another nautilus window is opened then the Paste menu item is
  correctly enabled and not greyed out.

  When nautilus is restarted and there is nothing availble to be pasted
  the menu item is greyed out and not selectable.

  This is with Precise 12.04 beta 2 using gnome-shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/973491/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to