There is no color dialog fallback in plasma-integration.
Probably needs the same treatment as https://invent.kde.org/plasma/plasma-integration/-/merge_requests/115.
The problem is that the default dialog is a QQC2 dialog, which by its nature is constrained to its window. The window here is tiny though and we expect the dialog to be it's own window and thus be able to go beyond the original window
(In reply to Nate Graham from comment #1) > Probably needs the same treatment as > https://invent.kde.org/plasma/plasma-integration/-/merge_requests/115. I tried that, but it doesn't work because of https://bugreports.qt.io/browse/QTBUG-119055
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/523
Git commit 797cef06882acdf4257d8c90b8768a74fdef0955 by Fushan Wen. Committed on 10/01/2024 at 12:53. Pushed by fusionfuture into branch 'master'. applets/colorpicker: add parent window for color dialog This is necessary because the native color dialog is broken in QML6, and the panel can't accommodate a full QML color dialog. See also: https://bugreports.qt.io/browse/QTBUG-119055 FIXED-IN: 6.0 M +23 -7 applets/colorpicker/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/797cef06882acdf4257d8c90b8768a74fdef0955
Sorry if I'm wrong, but so that I'm not needlessly tracking this if I'm looking for something else, is https://discuss.kde.org/t/whats-happened-to-the-wallpaper-colour-picker-is-this-expected/12785?u=rokejulianlockhart what this issue is for?