Summary: | Middle and right click also trigger selection in kdialog --combobox | ||
---|---|---|---|
Product: | [Applications] kdialog | Reporter: | Antony Lee <anntzer.lee> |
Component: | general | Assignee: | Brad Hards <bradh> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | cfeck |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antony Lee
2016-04-28 06:10:42 UTC
Qt comboboxes work this way. If you want it fixed there, please report this issue to the bugtracker of the Qt Project at https://bugreports.qt.io/ For a workaround, see e.g. http://stackoverflow.com/questions/17848119/how-to-let-qcombobox-have-context-menu This is not true, right-clicking on an item of a Qt combo-box does not select it on Windows (tested by myself). Reopening the issue. But it does on Linux with any Qt application? Here it does. I have no Windows to test. I just checked qcombobox.cpp from 5.7 branch, and it does not check which button was used to select the items. See line 709ff at https://code.woboq.org/qt5/qtbase/src/widgets/widgets/qcombobox.cpp.html |