Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.5.5
Description
When double-tapping on a QTableView item, it doesn't emit the QAbstractItemView::activated(const QModelIndex &index) signal.
This behavior has been confirmed on Android 13.
The issue doesn't appear on desktop and it only seems to appear on Android.
To reproduce the issue:
- Run the attached example project.
- Add "A" address.
- double-tap on the item added, in Android
On Android, nothing happens, but on the desktop, the activated message box shows up.
Note: the double-click doesn't work in general on Android.
Attachments
Issue Links
- duplicates
-
QTBUG-125993 Double tap on touch screen not provoking mouseDoubleClickEvent - patch included
- Closed