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 538017 - Normal characters are escaped in notewidget label
Normal characters are escaped in notewidget label
Status: RESOLVED FIXED
Product: Tasque
Classification: Other
Component: General
0.1.x
Other All
: High normal
: 0.1.9
Assigned To: tasque-maint
tasque-maint
: 540259 559473 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-06-12 16:36 UTC by Joseph Method
Modified: 2012-09-09 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doesn't escapemarkup, but strips tags in the RTM backend. (1.74 KB, patch)
2008-06-12 16:39 UTC, Joseph Method
none Details | Review
Simpler patch (1.22 KB, patch)
2008-11-20 19:47 UTC, Steve Frécinaux
none Details | Review

Description Joseph Method 2008-06-12 16:36:19 UTC
Please describe the problem:
For example, "What's this" will become "What's this".

Steps to reproduce:
1. Enter text into notewidget textview


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Joseph Method 2008-06-12 16:39:02 UTC
Created attachment 112627 [details] [review]
Doesn't escapemarkup, but strips tags in the RTM backend.
Comment 2 Sandy Armstrong 2008-06-26 11:43:17 UTC
*** Bug 540259 has been marked as a duplicate of this bug. ***
Comment 3 Sandy Armstrong 2008-11-05 17:31:42 UTC
*** Bug 559473 has been marked as a duplicate of this bug. ***
Comment 4 Steve Frécinaux 2008-11-20 19:43:37 UTC
I don't know about the RTM backend, but to me using label.UseMarkup and setting markup is totally useless, especially if you strip said markup beforehand.

Using raw text is just fine.
Comment 5 Steve Frécinaux 2008-11-20 19:47:29 UTC
Created attachment 123131 [details] [review]
Simpler patch

This patch solves the issue with the SqliteBackend. I guess using it with the
RTM part of the previous patch would be fine.
Comment 6 Sandy Armstrong 2009-01-08 01:31:00 UTC
Upping severity and priority; need to review these.
Comment 7 Antonius Riha 2012-09-09 16:14:41 UTC
Thanks for reporting the bug and providing patches. Patch from comment #5 has been merged into git master.