Bug 145874 - line wrapping in help widget for Khmer wrong
Summary: line wrapping in help widget for Khmer wrong
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 1
Hardware: 32bit Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Hundhammer
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 15:38 UTC by Jens Herden
Modified: 2006-02-01 14:43 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
installation window in Khmer (67.80 KB, image/png)
2006-01-26 15:40 UTC, Jens Herden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Herden 2006-01-26 15:38:23 UTC
During installation I have on the left side a widget with help text. In English I do not get a horizontal scrollbar but when I choose Khmer language I see that the lines are not wrapped right.
Khmer does not have word separation with space. There are zero-width-space (ZWSP) characters in between the words though. It looks for me like the wrapping algorithm does not detect a ZWSP as a possible breakpoint.
Comment 1 Jens Herden 2006-01-26 15:40:31 UTC
Created attachment 65241 [details]
installation window in Khmer
Comment 2 Stefan Hundhammer 2006-02-01 14:43:27 UTC
That would be a general problem of the QTextBrowser widget - nothing we can handle on the application level. TrollTech has to do that upstream.