Version: unspecified (using KDE 4.5.1) OS: Linux Color Picker widget does not work properly when places on a auto-hiding panel. After clicking color picker button and moving the mouse away from the panel, the panel gets hidden. This event erroneously suspends color picking and grabs the color under current cursor position. Reproducible: Always Steps to Reproduce: 1) Enter auto-hiding panel area to show it. 2) Click color picker button. 3) Move away the mouse, so that panel gets hidden. Actual Results: Color picking is suspended. Expected Results: User should be able to continue color picking and finish it with a mouse click.
SVN commit 1181072 by ruberg: BUG: 252350 Do the mouse grab from an extra small and hidden QWidget instead from the panel widget M +7 -16 kolourpicker.cpp M +0 -1 kolourpicker.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1181072
SVN commit 1181083 by ruberg: BUG: 252350 Do the mouse grab from an extra small and hidden QWidget instead from the panel widget M +7 -16 kolourpicker.cpp M +0 -1 kolourpicker.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1181083