GNOME Bugzilla – Bug 416515
Time is not aligned with date on vertical panel
Last modified: 2007-05-08 18:16:20 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"
*** Bug 422818 has been marked as a duplicate of this bug. ***
The cut text is already reported in Bug #340177 but I keep this one open for the mis-alignment.
Test case: pango-view --markup --gravity east --text 'test <span gravity="south">test2</span>'
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.