Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
5.15.12
Description
User had code working for virtual keyboard that would automatically push up the main flickable so that the element was always visible when the keyboard pops up. This code works in 5.15.8 but doesnt work in 5.15.12. it seems like there was a change in the order of signals going out such that the flickable now gets resized after the active focus changed signal goes out. Is this possibly a regression or a change with active focus?
Example project attached.
Test results on 5.15.8:
qml: Flickable Height Changed: 480
qml: Flickable Height Changed: 280
qml: Ensuring Visible
On 5.15.12_
qml: Flickable Height Changed: 480
qml: Ensuring Visible
qml: Flickable Height Changed: 280