Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Fixed
-
Affects Version/s: 5.15.3, 5.15.4
-
Fix Version/s: 5.15.9, 6.2.4, 6.3.0 Beta3, 6.4.0 Beta1
-
Component/s: Extras: Android, GUI: Accessibility (a11y)
-
Environment:Pixel 3a, Android 11, English, TalkBack on.
-
Platform/s:
-
Epic Link:
-
Story Points:21
-
Sprint:Team One Foundation Sprint 51
Description
Context
QtQuick Controls 2 Slider on Android Phone with TalkBack activated to fulfill requirements of WCAG 2.0 / WCAG2ICT
Expectations
- Value should be announced by TalkBack on value change by gesture
Observation
- Changing the value does not announce the value.
- Sometimes the value is announced with wrong/no rounding of the value.
See attached videos
Code
import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Window { visible: true Column { Slider { value: 5 from: 0 to: 20 stepSize: 1 } Button { text: "Foo" } } }
Attachments
Issue Links
- mentioned in
-
Page Loading...