Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-93402

Android A11Y TalkBack: Focus Rect not updated on orientation Change

XMLWordPrintable

    • Android
    • 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

      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"
          }
      }
      

        1. IMG_4769.MOV
          1.84 MB
        2. IMG_4737.MOV
          2.45 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ivan.solovev Ivan Solovev
            michl86 Michael Piendl
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: