| Summary: | DBCS3.2: no word breaking for Label string | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Masayuki Fuse <fuse> | ||||||||
| Component: | GEF-Legacy GEF (MVC) | Assignee: | gef-inbox <gef-inbox> | ||||||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||||||
| Severity: | minor | ||||||||||
| Priority: | P3 | CC: | camle, kitlo, steven.wasleski, steveshaw | ||||||||
| Version: | 3.2 | ||||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows XP | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 35889 [details]
screenshot
What does DBCS3.2 mean? How can we enter the string shown in the screenshot? Does that test string wrap correctly with StyledText? Text? DBCS3.2 is a mark for bugs discovered in enablement test that has been running on supported locale. As far as I played on SWT snippet197 and 213. word wrap works. Created attachment 35892 [details]
UTF-8 encoded Japanese text in the screenshot
the first line is the string and second is its Unicode escaped string.
Created attachment 35920 [details]
Text vs Draw2d
Windows is wrapping at the same place as we are.
StyledText wraps correctly.
(In reply to comment #5) > Windows is wrapping at the same place as we are. > StyledText wraps correctly. |
Description:English seems to work word break, but Japanese string doesn't. Build date: 3.2 M5 OS: Steps to recreate problem: 1- run Test case 2: Label(Cell-editor) 2- enter Japanese string Expected output: word wrap doesn't function properly. Please see screenshot. Character marked in red circle must not be at the first.