https://bugs.kde.org/show_bug.cgi?id=424060
Chris Holland <zrenf...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zrenf...@gmail.com --- Comment #5 from Chris Holland <zrenf...@gmail.com> --- Note this affects PlasmaComponents2 (QQC1) ComboBoxes only. Didn't happen with QQC2 (PlasmaComponents3). It happens with a click in QQC1, whereas QQC2 requires a pressandhold to trigger edit mode. This is probably because QQC1 creates a native window popup, while QQC2 creates a... I think it's a fake window that only stays within the parent window. So I assume QQC1 recognizes the press, creates a new window, but doesn't send a press released event to the ComboBox, and the Plasma Widget wrapper that detects a press and hold event. I was personally testing by changing this to "PlasmaComponents.ComboBox": https://github.com/Zren/plasma-applet-gitlabissues/blob/master/package/contents/ui/IssueListView.qml#L87 Note that when editable=true, clicking the TextField doesn't trigger edit mode, but clicking the indicator to open the dropdown does trigger edit mode. Note I'm also I'm using Manjaro's Stable plasma-git. Eg: https://www.youtube.com/watch?v=NuoFbmxVM0o -- You are receiving this mail because: You are watching all bug changes.