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 678495 - Eyedropper selects only black in Windows 7 "Basic" theme
Eyedropper selects only black in Windows 7 "Basic" theme
Status: RESOLVED DUPLICATE of bug 676708
Product: GIMP
Classification: Other
Component: General
2.8.0
Other Windows
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-06-20 19:14 UTC by Joey Foo
Modified: 2012-08-04 00:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joey Foo 2012-06-20 19:14:51 UTC
The eyedropper returns only black when used, regardless of the colour underneath the pointer. 

Steps to Reproduce: In GIMP, click the Foreground Color box, then, click on the canvas (or anywhere else)

Actual Results: The colour selected is black (#000000). 

Expected Results: The colour under the cursor is selected.

Additional Information: The eyedropper has the same bug, even in colour selection dialog boxes in other tools like Colorify. 

Platform: Windows 7 Home Premium (x64)
Comment 1 Joey Foo 2012-06-20 19:19:12 UTC
I found that this bug occurs only in the Windows Basic theme. The eyedropper functions normally in a Windows Aero theme.
Comment 2 Michael Schumacher 2012-06-20 20:23:52 UTC
Maybe related to bug 676708, although the restriction to a certain group of themes is new.
Comment 3 Fred Gandt 2012-07-25 19:31:04 UTC
Reproduced.

Extra info:

If the Color Picker Tool is selected before opening the Change Foreground Color pane and selecting the Eyedropper, although the first click on the canvas will return black, the next (now using the Color Picker Tool) will select the correct color.
However; with the Change Foreground Color pane still open, although the color picked will be picked correctly by the Color Picker Tool, the returned color will be overridden by the black erroneously selected by the Eyedropper.
In other words; it seems that he bug is in the Change Foreground Color pane code somewhere, since it is overriding the otherwise working correctly Color Picker Tool.
If the Eyedropper and Color Picker Tool are calling the same functions/using the same code, the bug will lie in how the Change Foreground Color handles the picked color (or so I'd imagine).
If the Eyedropper and Color Picker Tool are not using the same code, they should (in my opinion).
Comment 4 Michael Schumacher 2012-07-25 20:08:04 UTC
The color picker tool only picks within an image, the color dialog picker is supposed to pick a color from anywhere on the screen.

We want both, and if they use the same code, they'd have to support picking from anywhere on the screen.
Comment 5 Fred Gandt 2012-07-25 20:18:00 UTC
(In reply to comment #4)
> The color picker tool only picks within an image, the color dialog picker is
> supposed to pick a color from anywhere on the screen.
> 
> We want both, and if they use the same code, they'd have to support picking
> from anywhere on the screen.

My bad.
Comment 6 Michael Natterer 2012-08-04 00:37:17 UTC
Most likely a duplicate.

*** This bug has been marked as a duplicate of bug 676708 ***