Re: A few theming-related GTK+ issues

Robert Staudinger <[email protected]> Wed, 29 Jul 2009 12:18:17 +0200
Newsgroups gmane.comp.gnome.themes
Message-ID <[email protected]>
Hello,

On Wed, Jul 29, 2009 at 10:49 AM, Thorsten Wilms<[email protected]> wrote:
> Hi!
>
> During my ongoing work on an SVG based theme to be realized with the
> gtk-css-engine, I became aware of a number of shortcomings in GTK+.
>
> I searched/filed reports and made mockups. Please see:
> http://thorwil.wordpress.com/2009/07/29/gtk-issues/

Regarding "There shouldn’t be focus indication on only the current tab
of a Notebook":

When exactly should the focus indication be displayed?
  + When the keyboard focus is on the notebook tab label?
  + When the keyboard focus is inside the notebook page?
  + Always, even when the keyboard focus is e.g. in a GtkEntry outside
the notebook?

- Rob