diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-30 08:55:20 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-30 12:42:08 (GMT) |
commit | d025ebb1a8163cd1f03151927486cf62c5e77957 (patch) | |
tree | 0ccef8c9a9012ab63f20f100a824abb1516d9886 /util/webkit | |
parent | 85b7896a47f9bb622b394107769cb7c1121a6995 (diff) | |
download | Qt-d025ebb1a8163cd1f03151927486cf62c5e77957.zip Qt-d025ebb1a8163cd1f03151927486cf62c5e77957.tar.gz Qt-d025ebb1a8163cd1f03151927486cf62c5e77957.tar.bz2 |
Fixes regression in QComboBox with keypad navigation while mouse is over the popup
The problem is that is we move the selection with the keyboard
in a way that causes the view to scroll, the current selection
would jump.
This happends since commit 9cb231d773db6deb that fixed the emission
of the enter signal when the view is scrolled.
We Therefor cannot use the enter signal. Catch manually the mouse
move events to update the selection instead.
Reviewed-by: Thierry
Diffstat (limited to 'util/webkit')
0 files changed, 0 insertions, 0 deletions