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 604953 - Tomboy XML is whitespace dependant
Tomboy XML is whitespace dependant
Status: RESOLVED NOTABUG
Product: tomboy
Classification: Applications
Component: General
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-18 21:25 UTC by Glen Solsberry
Modified: 2016-10-15 18:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Glen Solsberry 2009-12-18 21:25:49 UTC
The "normal" XML contents look like this

<list><list-item dir="ltr">List item
</list-item><list-item dir="ltr">List item
</list-item><list-item dir="ltr">List item
</list-item><list-item dir="ltr">List item</list-item></list>

However, if the XML looks like this

<list><list-item dir="ltr">List item</list-item>
<list-item dir="ltr">List item</list-item>
<list-item dir="ltr">List item</list-item>
<list-item dir="ltr">List item</list-item></list>

then Tomboy will print out the list entries left to right, instead of each on it's own line.  Screenshots can be provided if necessary.
Comment 1 Sandy Armstrong 2009-12-22 17:28:43 UTC
This is probably by design, as you'll notice you can add new lines within a bulleted list by using shift+enter.

Nevertheless, this can probably be improved.
Comment 2 Alex Tereschenko 2016-10-15 18:05:44 UTC
IMHO this looks like a valid case and I don't see any reasons for people to be worried about the way Tomboy stores this on the backend. If this is still relevant to anyone - please submit a new one (outlining reasons for anyone to care about the format would help a lot) at GitHub: https://github.com/tomboy-notes/tomboy/issues