<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NVDA&#x2F;Jaws screen reader don&#x27;t read qml TextArea emoji]]></title><description><![CDATA[<p dir="auto">Dear Qt experts,</p>
<p dir="auto">I am using Qt 6.3.1. I find a issue: NVDA/Jaws screen reader don't read qml TextArea emoji<br />
<img src="https://ddgobkiprc33d.cloudfront.net/ee220dc1-dda8-45e0-8e3b-68c034829bf9.png" alt="9cab81f2-3014-483b-a58b-60c53a03ce93-image.png" class=" img-fluid img-markdown" /><br />
You can see: When TextArea get focus, NVDA/Jaws will anounce: edit test my<br />
In fact I want it anounce: edit test my smile emoji<br />
Could you give some suggestions, thanks a lot~</p>
]]></description><link>https://forum.qt.io/topic/156739/nvda-jaws-screen-reader-don-t-read-qml-textarea-emoji</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 13:47:30 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/156739.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 May 2024 05:55:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NVDA&#x2F;Jaws screen reader don&#x27;t read qml TextArea emoji on Fri, 24 May 2024 01:39:41 GMT]]></title><description><![CDATA[<p dir="auto">Dear Qt experts, could you give some comments on it?</p>
]]></description><link>https://forum.qt.io/post/800716</link><guid isPermaLink="true">https://forum.qt.io/post/800716</guid><dc:creator><![CDATA[Jiayun]]></dc:creator><pubDate>Fri, 24 May 2024 01:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to NVDA&#x2F;Jaws screen reader don&#x27;t read qml TextArea emoji on Fri, 17 May 2024 06:19:58 GMT]]></title><description><![CDATA[<p dir="auto">Here is qml file:<br />
import QtQuick 2.3<br />
import QtQuick.Controls 2.0<br />
import QtQuick.Window 2.2</p>
<p dir="auto">Window {<br />
visible: true<br />
width: 1000<br />
height: 800</p>
<pre><code>Rectangle {
    x: 10
    y: 10
    width: 600
    height: 100
    border.color: "gray"
    border.width: 2

    TextArea {
        id: textArea
            
        textFormat: TextEdit.RichText
        wrapMode: Text.WordWrap
        font.pointSize: 15
        text: "&lt;p&gt;test my &lt;img src=\"qrc:/1f642.svg\" height=\"20\" width=\"20\" align=\"middle\" alt=\"smile emoji\" /&gt;&lt;/p&gt;"
        color: "black"
        visible: true

        anchors {
            top: parent.top
            left: parent.left
            leftMargin: 5
            topMargin: 5
        }

    }

}
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://forum.qt.io/post/800249</link><guid isPermaLink="true">https://forum.qt.io/post/800249</guid><dc:creator><![CDATA[Jiayun]]></dc:creator><pubDate>Fri, 17 May 2024 06:19:58 GMT</pubDate></item></channel></rss>