GNOME Bugzilla – Bug 345137
Difficult to focus a docked FG/BG color tab while the tab style is on "Current Status"
Last modified: 2006-06-17 09:36:58 UTC
Please describe the problem: I can't select the FG/BG color tab while docked by clicking on its icon while the icon represent the current status of FG/BG colors. Changing the style of the tab to "Status & Text" I can focus it by clicking on the text but not on the status icon. There are no tab selection problems with other styles ("Icon", "Text Only", "Icon & Text"). Steps to reproduce: 1. Add a docked FG/BG color tab. 2. Select its tab style to "Status & Text" or "Current Status" 3. Try to select that tab by clicking on the status icon. Actual results: You can't select the tab. Expected results: I expect to select the tab i cliked. Does this happen every time? Yes. Other information:
Fixed in CVS: 2006-06-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockbook.c (gimp_dockbook_get_tab_widget): put the event box' event window above its children because now that it is input-only, it won't receive events that are not in its childrens' event mask if the event window is below. Fixes bug #345137.