summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2019-06-23 23:26:28 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2019-06-25 00:04:15 +0200
commit0f3f143f6deee3b31a7dfaba07dfd517f0aee442 (patch)
tree2e087a0c28862efad40c81ab95ac41590b161c09 /src/plugins
parentf6db25962e820d7709c2f235f02893dd3edde4f4 (diff)
Fix window shortcuts when a completer popup has focus
The completer popup has focus, making QShortcut direct to it's window rather than to the window the completer belongs to. As QShortcut handles the case for Tool windows that have a parent, but doens't do the same for popups. And they shouldn't be treated the same way, as a context menu popup for a e.g. text edit should in fact block the text edit's shortcuts while open. However, the completer popup is special, in that it explicitly makes the widget completes for its focusProxy, which is what we can use to fix this issue. Change-Id: Ie7177d39668b3af14a1d9e0ee5d93eca9c67c8af Fixes: QTBUG-4485 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions