GNOME Bugzilla – Bug 153968
Focus for GtkScrollable
Last modified: 2004-12-22 21:47:04 UTC
Even though I know, that gtk scrollables don't really get a focus, in many cases it would make sense to visually give them a focus, when the focus is inside (scrollables with lists or treeviews especially). Now I wonder, can you make this possible?
Can you give an example of an application where you cannot get focus on the gtk scrollable ?
A) There's no such thing a a "scrollable" B) I think there is a bug open about drawing a focus indicator for GtkScrolledWindow when the scrolled window is getting keystrokes but there is no focused child.
Sorry for that... Yeah, GtkScrolledWindow is what I'm talking about. Point is, as I said, that the focus is not actually on the scrolled window but a widget inside (GtkList or TreeView) or the text inside. It might be that there is a open bug. Frankly I gave up on bugzilla. It's not really user friendly... for me at least. I'm not really familiar with Gtk, just theming, but I hope could explain well enought, what I'm wishing for.
Bug 63480 mentions focus indication for GtkScrolledWindow. *** This bug has been marked as a duplicate of 63480 ***