Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.4, 6.5.6, 6.8.0
Description
Steps to reproduce the issue:
- Build and run the calculator example from QtCreator.
- run the command "libinput debug-events"
- Attempt to click on one of the three numbers (9, 6, 3) very close to the border; you will notice that clicking does not input these numbers. Additionally, if you try to drag the text field from the bottom again very close to the border, you will encounter a "no target window" error.
I believe that the issue lies in the x-coordinate values: the library returns values ranging from 1 to 1024, whereas on the Qt side, we're dealing with coordinates ranging from 0 to 1023 pixels.
Update:
1-Build and Run the attached example project
2-When pressing the touch screen on the furthest right-hand side of the device, the touch events are not delivered to the button as expected.
Furthermore, when touch events enter from this side, by sliding a finger from outside the screen to inside, the touch events never register (in the button). Note that on the other 3 sides of the screen touch (click/press) events occur when dragging a finger from outside the screen to inside the screen.
Attachments
Issue Links
- relates to
-
QTBUG-130032 b2qt raspi image doesn't work with the official 7" touchscreen
- Closed
-
QTBUG-130031 b2qt raspi image: tvservice is installed; kmsprint etc. are not
- Closed