GNOME Bugzilla – Bug 538017
Normal characters are escaped in notewidget label
Last modified: 2012-09-09 16:14:41 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:
Created attachment 112627 [details] [review] Doesn't escapemarkup, but strips tags in the RTM backend.
*** Bug 540259 has been marked as a duplicate of this bug. ***
*** Bug 559473 has been marked as a duplicate of this bug. ***
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.
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.
Upping severity and priority; need to review these.
Thanks for reporting the bug and providing patches. Patch from comment #5 has been merged into git master.