Key modifier Ctrl breaks Drag and Drop in Qt 4.8.2 on windows
-
wrote on 6 Aug 2013, 18:08 last edited by
Currently drags and drops works until I press a modifier key like Ctrl or Shift.
The weird part is when I try to debug using a break point in VS 2010 it starts to work when I resume until a key modifier is pressed again.
How can I work around this bug?
-
[quote author="ahenderson" date="1375812488"]Currently drags and drops works until I press a modifier key like Ctrl or Shift.[/quote]
What do you mean? What happens when you press these modifier keys? -
wrote on 7 Aug 2013, 13:38 last edited by
When I press the keys I can not drag and drop.
-
IIRC, CTRL on windows changes the drag move operation to a drag copy operation, might be related
-
[quote author="ahenderson" date="1375882733"]When I press the keys I can not drag and drop.[/quote]
please be more specific! It's impossible to help you when you always say "you cannot" or "it's not working"... -
wrote on 9 Aug 2013, 19:05 last edited by
I was using Qt 4.8.2 on windows 8. It works just fine on my Windows 7 machine.
-
Is trying 4.8.5 a possibility ?
This could be a bug affecting only windows 8
5/7