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 242408 - saved drafts format not preserved
saved drafts format not preserved
Status: RESOLVED DUPLICATE of bug 237830
Product: GtkHtml
Classification: Other
Component: Parsing
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2003-05-06 01:08 UTC by Dave Lugo
Modified: 2006-01-16 01:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dave Lugo 2003-05-06 01:08:55 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. Create a multiline email message, with two columns; columns are
separated by a single tab character.

Example:

1	one
2	two
3	three
4	four


2. save the message as a draft.

3. open the saved draft.

Actual Results:

newly open draft has the tab characters replaced with a ' ' (single space
character)

1 one
2 two
3 three
4 four




Expected Results:

reopened draft should have:

1	one
2	two
3	three
4	four

How often does this happen? 

every time

Additional Information:
Comment 1 Karsten Bräckelmann 2006-01-16 01:47:15 UTC

*** This bug has been marked as a duplicate of 237830 ***
Comment 2 Karsten Bräckelmann 2006-01-16 01:54:09 UTC
I belive this one is a duplicate of bug 237830 about losing formatting WRT to whitespaces when saving Drafts. If you don't think this is a duplicate, feel free to reopen this bug.

Thanks for taking the time to report this issue!