Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.0
-
None
-
Qt 5.3, Windows msvc2010 OpenGL, Android 4.3 on Samsung Galaxy S3
-
ec8f1ad27ebee154b3c4869922b953a432f9d944
Description
Upgrading my application from Qt 5.2 to 5.3 broke parts of the transitions in the application UI. This happens in several places where I'm opening & closing fullscreen overlays using fading & scaling.
The same problem is visible both on desktop (windows msvc2010 OpenGL) and Android.
I created a test app to find out at least one way to reproduce the problem (attached). It seems that if I put over 254 characters in a TextInput that is part of the transition, the transition breaks.
However, in my application the problem can be seen also in a some places where there is no TextInput, so it is clearly not the only thing causing problems.