Summary: | Crazy sliders when creating a document with CMYK color model | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Lengard <leonid9339> |
Component: | Color Selectors | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alvin, freebox64, griffinvalley, halla, nicholaslapointe8, nikola |
Priority: | NOR | ||
Version: | 3.3.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/8b366fe6834cf26388266142eeb96a95dd58e72a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Example bag |
Yes, that's because HSV doesn't work in cmyk at all... *** Bug 385339 has been marked as a duplicate of this bug. *** (It seems I can't reproduce this on Ubuntu 14.04 wsing Krita 4.0.0-beta1.1.appimage - I read that Lengard is running Krita on Windows, could be that?) (In reply to mvowada from comment #3) > (It seems I can't reproduce this on Ubuntu 14.04 wsing Krita > 4.0.0-beta1.1.appimage - I read that Lengard is running Krita on Windows, > could be that?) I'm able to reproduce it with the same version on Linux (the bug affects the "Color Sliders" docker). (In reply to Nicholas LaPointe from comment #4) > I'm able to reproduce it with the same version on Linux (the bug affects the > "Color Sliders" docker). Yes, still affects the "Color Sliders" docker for me too. Git commit dd434d69ce24cc644322394f4f6184e9600508d5 by Boudewijn Rempt. Committed on 16/06/2018 at 08:20. Pushed by rempt into branch 'master'. Remove the color slider docker Since Wolthera notes in bug 352940 that it needs to be rewritten, let's remove it for now. Related: bug 352940, bug 395469, bug 379691 M +0 -1 plugins/dockers/CMakeLists.txt D +0 -13 plugins/dockers/colorslider/CMakeLists.txt D +0 -82 plugins/dockers/colorslider/kis_color_slider.cpp D +0 -40 plugins/dockers/colorslider/kis_color_slider.h D +0 -131 plugins/dockers/colorslider/kis_color_slider_dock.cpp D +0 -53 plugins/dockers/colorslider/kis_color_slider_dock.h D +0 -709 plugins/dockers/colorslider/kis_color_slider_input.cpp D +0 -92 plugins/dockers/colorslider/kis_color_slider_input.h D +0 -483 plugins/dockers/colorslider/kis_color_slider_widget.cpp D +0 -87 plugins/dockers/colorslider/kis_color_slider_widget.h D +0 -268 plugins/dockers/colorslider/kis_hsv_slider.cpp D +0 -62 plugins/dockers/colorslider/kis_hsv_slider.h D +0 -9 plugins/dockers/colorslider/krita_colorslider.json https://commits.kde.org/krita/dd434d69ce24cc644322394f4f6184e9600508d5 Git commit e3301f9727c4be2ba9a58172dc53c80d57471b14 by Boudewijn Rempt. Committed on 16/06/2018 at 08:22. Pushed by rempt into branch 'krita/4.1'. Remove the color slider docker Since Wolthera notes in bug 352940 that it needs to be rewritten, let's remove it for now. Related: bug 352940, bug 395469, bug 379691 (cherry picked from commit 2553aa1e50640a6f757c458b560e2bbb7ca0f239) M +0 -1 plugins/dockers/CMakeLists.txt D +0 -13 plugins/dockers/colorslider/CMakeLists.txt D +0 -82 plugins/dockers/colorslider/kis_color_slider.cpp D +0 -40 plugins/dockers/colorslider/kis_color_slider.h D +0 -131 plugins/dockers/colorslider/kis_color_slider_dock.cpp D +0 -53 plugins/dockers/colorslider/kis_color_slider_dock.h D +0 -709 plugins/dockers/colorslider/kis_color_slider_input.cpp D +0 -92 plugins/dockers/colorslider/kis_color_slider_input.h D +0 -483 plugins/dockers/colorslider/kis_color_slider_widget.cpp D +0 -87 plugins/dockers/colorslider/kis_color_slider_widget.h D +0 -268 plugins/dockers/colorslider/kis_hsv_slider.cpp D +0 -62 plugins/dockers/colorslider/kis_hsv_slider.h D +0 -9 plugins/dockers/colorslider/krita_colorslider.json https://commits.kde.org/krita/e3301f9727c4be2ba9a58172dc53c80d57471b14 Git commit 8b366fe6834cf26388266142eeb96a95dd58e72a by Andrey Kamakin, on behalf of Boudewijn Rempt. Committed on 26/06/2018 at 14:18. Pushed by akamakin into branch 'akamakin/T8628-multithreading-optimization'. Remove the color slider docker Since Wolthera notes in bug 352940 that it needs to be rewritten, let's remove it for now. Related: bug 352940, bug 395469, bug 379691 M +0 -1 plugins/dockers/CMakeLists.txt D +0 -13 plugins/dockers/colorslider/CMakeLists.txt D +0 -82 plugins/dockers/colorslider/kis_color_slider.cpp D +0 -40 plugins/dockers/colorslider/kis_color_slider.h D +0 -131 plugins/dockers/colorslider/kis_color_slider_dock.cpp D +0 -53 plugins/dockers/colorslider/kis_color_slider_dock.h D +0 -709 plugins/dockers/colorslider/kis_color_slider_input.cpp D +0 -92 plugins/dockers/colorslider/kis_color_slider_input.h D +0 -483 plugins/dockers/colorslider/kis_color_slider_widget.cpp D +0 -87 plugins/dockers/colorslider/kis_color_slider_widget.h D +0 -268 plugins/dockers/colorslider/kis_hsv_slider.cpp D +0 -62 plugins/dockers/colorslider/kis_hsv_slider.h D +0 -9 plugins/dockers/colorslider/krita_colorslider.json https://commits.kde.org/krita/8b366fe6834cf26388266142eeb96a95dd58e72a |
Created attachment 108191 [details] Example bag When I create a document with a CMYK color model and try to select a color in the Specific Color selector sliders become crazy.