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 522837 - Wide messages scroll right when displayed
Wide messages scroll right when displayed
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Mailer
2.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-03-16 22:01 UTC by Matthew Barnes
Modified: 2013-08-24 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Barnes 2008-03-16 22:01:19 UTC
Forwarding this from a Fedora bug report:
http://bugzilla.redhat.com/show_bug.cgi?id=429929

Occasionally I receive e-mails with words, such as URLs, which are longer than
the usual 80 or so characters.  (Often these messages are also very long
vertically.)  When I view such a message in Evolution, the viewer scrolls right.
 If I scroll left while the message is still rendering, it scrolls right again.

I would expect to see the leftmost part of such messages at the end of the
rendering process, since English reads left-to-right.  Scrolling right should
only be done manually.

evolution-2.12.3-1.fc8


(Milan's comment)

I cannot reproduce this consistently, furthermore, it did to me only once. When
I started to investigate it more, it started to act as expected. I suspect that
some part of the code changed horizontal scroll bar position beyond the
document's limit, so GtkHtml thought you have scrolled to the right already, but
too much to the right, so it decided to correct it to maximal right for the
rendered document. Which is the right thing in case you did move to the right by
hand, not by program itself.

As I said above, I cannot reproduce it again, maybe some race condition or
something, in GtkHtml probably (I suspect gtk_html_private_calc_scrollbars).
Comment 1 Christopher Beland 2009-01-12 08:50:29 UTC
I'm unable to reproduce in evolution-2.22.3.1-1.fc9.i386; hopefully this isn't because it's intermittent.
Comment 2 André Klapper 2013-08-24 15:50:26 UTC
Cannot reproduce either. Closing.