Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.3, 5.15.4
-
Pixel 3a, Android 11, English, TalkBack on.
-
-
21
-
7c00ad4e9a (qt/qtbase/dev) 7c00ad4e9a (qt/tqtc-qtbase/dev) 5a3c67e2ae (qt/qtbase/6.2) 38d997c720 (qt/qtbase/6.3) 5a3c67e2ae (qt/tqtc-qtbase/6.2) 38d997c720 (qt/tqtc-qtbase/6.3) 44076020e0 (qt/tqtc-qtbase/5.15)
-
Team One Foundation Sprint 51
Description
Context
Items on Android Phone with TalkBack activated should be shown as dedicated elements a blind person can navigate through. It has to fulfill requirements of WCAG 2.0 / WCAG2ICT
Expectations
- FocusRect of an Control should stay over the control if the device orientation changes
Observation
FocusRect has offset if device changes from Portrait to landscape (and back).
See attached video.
Code
import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick.Controls 2.15 Window { visible: true Button { anchors.centerIn: parent text: "Foo" } }
Attachments
Issue Links
- mentioned in
-
Page Loading...