Qt 5.2.1 Android + S Pen (EXCEPTION in dispatchHoverEvent for Accessibility)
-
I'm using Samsung Galaxy Note with stylus. And when the stylus is hovering above any Qt application I get the next messages:
@W/Qt A11y (20759): EXCEPTION in dispatchHoverEvent for Accessibility: java.lang.reflect.InvocationTargetException
I/dalvikvm(20759): threadid=1: stack overflow on call to Ljava/lang/Class;.getPublicConstructorOrMethodRecursive:LLL
I/dalvikvm(20759): method requires 40+20+12=72 bytes, fp is 0x6d698344 (68 left)
I/dalvikvm(20759): expanding stack end (0x6d698300 to 0x6d698000)
I/dalvikvm(20759): Shrank stack (to 0x6d698300, curFrame is 0x6d6983c8)
W/Qt A11y (20759): EXCEPTION in dispatchHoverEvent for Accessibility: java.lang.reflect.InvocationTargetException
I/dalvikvm(20759): threadid=1: stack overflow on call to Ljava/lang/Class;.getPublicConstructorOrMethodRecursive:LLL
I/dalvikvm(20759): method requires 40+20+12=72 bytes, fp is 0x6d698344 (68 left)
I/dalvikvm(20759): expanding stack end (0x6d698300 to 0x6d698000)
I/dalvikvm(20759): Shrank stack (to 0x6d698300, curFrame is 0x6d6983c8)
W/Qt A11y (20759): EXCEPTION in dispatchHoverEvent for Accessibility: java.lang.reflect.InvocationTargetException@When I try to interract with items on the screen pressing by the stylus and drag them, they are stay forozen, and perfom action (move for example) only when I release the stylus from the screen.
Is someone faced with the problem?
I'm looking forward for your help. Thank you in advance. -
I have the same problem with Qt 5.2.1 on all of my virtual and real android devices.
-
See related bug reports:
https://bugreports.qt-project.org/browse/QTBUG-35085
https://bugreports.qt-project.org/browse/QTBUG-38905