<div dir="ltr"><div><div><div>I suggested to Vignesh off the mailing list to apply the following patch: <a href="http://pastebin.com/e3tJRYMP">http://pastebin.com/e3tJRYMP</a><br><br></div>i.e just adding: <br><br><div class=""> glyphString[slen++] = C_DOTTED_CIRCLE;</div><div class="">+ item->attributes[slen-1].dontPrint = true; // FIXME this will hide all dotted circle</div><br></div>However he found that this causes a crash. I wasn't sure of the correct fix for this.<br><br></div>John<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 June 2015 at 13:19, Vignesh Raman <span dir="ltr"><<a href="mailto:rvignesh.raman@gmail.com" target="_blank">rvignesh.raman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
I was checking a thai webpage which has a virtual keyboard,<br>
<a href="https://www.branah.com/thai" rel="noreferrer" target="_blank">https://www.branah.com/thai</a><br>
<br>
When I open this website in chrome, I do not see the dotted circles in<br>
keyboard and<br>
when top level thai characters are typed nothing appears in text area.<br>
<br>
Using a sample application (facybroswer) dotted circle is seen in the<br>
keyboard and when the top level thai characters are typed, it is seen<br>
in the text area along with dotted circle.<br>
<br>
The Qt version used is Qt 4.7.4. I see the dotted circle was added in<br>
harbuzz (harfbuzz old) bundled with Qt with the below patch,<br>
<br>
>From 44f415aafaf7eec56b31468a58e0ca768bbc082d Mon Sep 17 00:00:00 2001<br>
From: Jiang Jiang <<a href="mailto:jiang.jiang@nokia.com">jiang.jiang@nokia.com</a>><br>
Date: Mon, 16 Jan 2012 15:39:56 +0100<br>
Subject: [PATCH] Fix isolated Thai SARA AM handling<br>
<br>
If I remove this patch the dotted circle is not seen. But when the<br>
first level vocal is entered nothing<br>
appears in the text area and the application crashes.<br>
<br>
So my questions are,<br>
1) Is this dotted circle a standard feature in harbuzz or any qt web browsers.<br>
2) Is it possbile to make the behaviour similar to chrome? Dotted<br>
circle hidden and no characters should be seen when top level thai<br>
characters are pressed.<br>
<br>
Thanks for any pointers.<br>
<br>
Regards,<br>
Vignesh.<br>
_______________________________________________<br>
HarfBuzz mailing list<br>
<a href="mailto:HarfBuzz@lists.freedesktop.org">HarfBuzz@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/harfbuzz</a><br>
</blockquote></div><br></div>