To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82170
------- Additional comments from [email protected] Tue Dec 7 04:04:31 +0000 2010 ------- This problem occurs when some text is splitted into 2 runs. if a non-spacing vowel mark (e.g. ุ) is placed at the first character of the second run, the text will be displayed overlap. But the problem will occur in the first (regarding position in the document) autocompleted word in a document. I've pasted 2 snipplets of content.xml to show examples:- A: Western autocomplete case: <text:p text:style-name="Standard">January</text:p><text:p text:style-name="Standard">february</text:p> B1: Thai autocomplete case with overlapped text: <text:p text:style-name="Standard">มิถ<text:span text:style-name="T1"> ุนายน</text:span></text:p><text:p text:style-name="Standard"><text:span text:style-name="T1">มิถุนายน</text:span></text:p> B2: Thai autocomplete case without problem: <text:p text:style-name="Standard">กรก<text:span text:style-name="T1"> ฎาคม</text:span></text:p><text:p text:style-name="Standard"><text:span text:style-name="T1">สิงหาคม</text:span></text:p> You will see that, in case B1 and B2, the first autocompleted word (e.g. "มิถุนายน") is splitted before the vowel mark (ุ). But in the second autocompleted word (e.g. "มิถุนายน"), the entire autocompleted word is placed in the text:span element. OOo seems not to be able to display non-spacing mark at the begining of a text run so that's why the text is displayed overlapped. Note that the splitted autocompleted word always happend if you insert the word before any other autocompleted word. That is, it happend only for the first occurance of such autocompleted words. My questions are: 1) the text:style-name="T1" is used in Thai (or every CTL?) autocomplete case but not in Western case. What's it for? 2) I guess the <text:span text:style-name="T1"> element should actually span the whole autocompleted word like this <text:span text:style-name="T1"> มิถุนายน</text:span>, right? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
