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 255250 - mail content should be read line by line
mail content should be read line by line
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Rendering
unspecified
Other All
: Normal minor
: ---
Assigned To: Eric Zhao
Evolution QA team
Depends on:
Blocks: 244862
 
 
Reported: 2004-03-06 09:49 UTC by yuedong du
Modified: 2004-05-13 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (7.55 KB, patch)
2004-03-23 11:33 UTC, Eric Zhao
none Details | Review
new patch (6.56 KB, patch)
2004-05-13 09:10 UTC, Eric Zhao
none Details | Review

Description yuedong du 2004-03-06 09:49:07 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1. enable a11y, open evolution and gnopernicus
2. F7 Enable caret mode,
3. Read a mail

Actual Results:
mail is read paragraph by paragraph

Expected Results:
should line by line

How often does this happen? 
always

Additional Information:
Comment 1 Eric Zhao 2004-03-23 11:32:31 UTC
The bug's reason is that gail_text_util doesn't know how lines are
broken in gtkhtml, so gail_text_util_get_text function will treat the
whole paragraph as a single line. 
Comment 2 Eric Zhao 2004-03-23 11:33:10 UTC
Created attachment 43464 [details] [review]
patch
Comment 3 Eric Zhao 2004-05-13 09:10:33 UTC
Created attachment 43701 [details] [review]
new patch
Comment 4 Eric Zhao 2004-05-13 09:11:30 UTC
patch commited by York.