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 416515 - Time is not aligned with date on vertical panel
Time is not aligned with date on vertical panel
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
: 422818 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-03-09 17:24 UTC by Sebastien Bacher
Modified: 2007-05-08 18:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-03-09 17:24:43 UTC
The bug has been opened on https://launchpad.net/ubuntu/+source/gnome-panel/+bug/88813

"Binary package hint: gnome-panel

If my gnome panel is shown on the right side of my laptop (vertically) the date displays correctly, but the time is shifted to the right and displays only partially. I.e. a 7 looks just like a short /

ProblemType: Bug
Date: Wed Feb 28 18:51:29 2007
DistroRelease: Ubuntu 7.04
Uname: Linux christian-laptop 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 GNU/Linux
...
http://librarian.launchpad.net/6582401/Screenshot.png
look in the lower right corner"
Comment 1 Pascal Terjan 2007-04-24 17:38:39 UTC
*** Bug 422818 has been marked as a duplicate of this bug. ***
Comment 2 Pascal Terjan 2007-04-24 17:40:25 UTC
The cut text is already reported in Bug #340177 but I keep this one open for the mis-alignment.
Comment 3 Behdad Esfahbod 2007-05-08 18:13:50 UTC
Test case:

pango-view --markup --gravity east --text 'test <span gravity="south">test2</span>'
Comment 4 Behdad Esfahbod 2007-05-08 18:16:20 UTC
2007-05-08  Behdad Esfahbod  <behdad@gnome.org>

        Bug 416515 – Time is not aligned with date on vertical panel

        * pango/pango-context.c (itemize_state_init),
        (itemize_state_update_for_new_run): centered_baseline should only 
        be set from context->resolved_gravity and never changed through
        markup.  This means that pango_context_set_base_gravity has no
        equivalent markup.  Doesn't sound limiting to me: you need to rotate
        the layout to get real vertical, so it's not just a matter of markup
        anyway.  At least not at this point.