After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345137 - Difficult to focus a docked FG/BG color tab while the tab style is on "Current Status"
Difficult to focus a docked FG/BG color tab while the tab style is on "Curren...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other Linux
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-16 22:04 UTC by Marco Nicolini
Modified: 2006-06-17 09:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Nicolini 2006-06-16 22:04:30 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:
Comment 1 Michael Natterer 2006-06-17 09:36:58 UTC
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.