summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/code
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2025-07-02 12:14:20 +0200
committerLars Schmertmann <SmallLars@t-online.de>2025-08-04 16:29:51 +0000
commita49629e1690bc2802e2ee407076f18998a4e5ad1 (patch)
treed7980447d5b785f4385a3ec3c6d5f5feb832708d /src/gui/doc/snippets/code
parent8e0754c682faca09365ad728050a0195dd78e016 (diff)
iOS: Avoid providing an a11y value for StaticText
With a change in qtdeclarative the QAccessibleTextInterface also provides text for StaticText. This was missing but is required for the accessible implementation on some platforms. This leads to read out the text twice on iOS because the value implementation did not check if the text is editable and provides a value in any case. That is wrong for StaticText because it has no value. Task-number: QTBUG-137860 Pick-to: 6.8 6.9 6.10 Change-Id: I6ffa379159496c83590a57eb462b1540c9ec3404 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions