You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps:
- try to complete something. A scroll list will appear
- click outside of the scroll list
Expected behavior:
- the scroll list disappear
- the focus or the text cursor moves to the place where the click happened
What really happens is the only first part. The scroll box disappears however
the cursor or focus is not transferred.
I think it is related to how QCompleter is implemented. It consumes the event
so it is not delivered to the other widgets.
Original issue reported on code.google.com by [email protected] on 27 Jun 2013 at 7:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Jun 2013 at 7:45The text was updated successfully, but these errors were encountered: