https://bugs.kde.org/show_bug.cgi?id=382797

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@privat.broulik.de
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> ---
Qt tries to determin the default action based on modifiers (e.g. Shift+Ctrl =
Link).

QXcbDrag does defaultAction(currentDrag()->supportedActions(),
QGuiApplication::keyboardModifiers()) and QPlatformDrag::defaultAction()
performs the check for keyboard modifiers. I'm quite lost as to why it works in
Dolphin but not FolderView. I tried placing a qApp->queryKeyboardModifiers()
before doing exec()'ing the QDrag but that didn't help. Also, at any point from
what I can tell the keyboard modifiers QGuiApplication thinks of are indeed
correct :/

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

Reply via email to