[kdialog] [Bug 362393] Middle and right click also trigger selection in kdialog --combobox

2016-05-04 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362393

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #4 from Christoph Feck  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdialog] [Bug 362393] Middle and right click also trigger selection in kdialog --combobox

2016-05-04 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362393

--- Comment #3 from Christoph Feck  ---
But it does on Linux with any Qt application? Here it does. I have no Windows
to test.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdialog] [Bug 362393] Middle and right click also trigger selection in kdialog --combobox

2016-05-04 Thread Antony Lee via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362393

Antony Lee  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 Status|RESOLVED|UNCONFIRMED

--- Comment #2 from Antony Lee  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdialog] [Bug 362393] Middle and right click also trigger selection in kdialog --combobox

2016-05-04 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362393

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||cf...@kde.org
 Resolution|--- |UPSTREAM

--- Comment #1 from Christoph Feck  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.