After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336517 - Text wrapping keeps trailing spaces
Text wrapping keeps trailing spaces
Status: RESOLVED DUPLICATE of bug 152144
Product: pango
Classification: Platform
Component: general
1.12.x
Other All
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2006-03-29 17:01 UTC by Itai Bar-Haim
Modified: 2006-03-29 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Itai Bar-Haim 2006-03-29 17:01:50 UTC
Please describe the problem:
Suppose I have the following text:
"Marry had a little lamb her wool was white as snow"
Now, I want in to wrap at a certain width and align to the right. I would get 
the following:
| Marry had a |
| little lamb |
|her wool was |
|white as snow|

instead of the folowwing:
|  Marry had a|
|  little lamb|
| her wool was|
|white as snow|


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
yes, I tried with versions 1.10.3 and 1.12.0 of pango.

Other information:
If I use text in RTL language (tried with hebrew) and autodir set to false, 
than right-align works fine. However, when autodir set to true, the text isn't 
aligned to the right at all.
Comment 1 Matthias Clasen 2006-03-29 18:33:48 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 152144 ***