Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
6.0.0, 6.1
-
None
-
Android emulator; version 6.0.0 built manually
-
-
9e4d9fca8a5ed0a10033345bc88b4ae39d20b952
Description
The Qt widgets stopped to handle touch events correctly. The noticed malfunctions are:
- Button does not emit clicked signal ( but pressed is emitted)
- Impossible to toggle Checkbox
- On-screen keyboard does not appear when touching QLineEdit or QPlainTextEdit (QTextEdit is ok).
When using Android emulator, pressings space bar, triggers the clicked signal. This indicates that the problem lays in touch handling.
Simple application attached.
Attachments
Issue Links
- duplicates
-
QTBUG-90033 iOS: unable to click on a QWidget
- Closed