Community
Participate
Working Groups
It is common for users to paste HTML and XML tags into bug descriptions and comments, and unlikely that users will use HTML tags for markup purposes. java class BugzillaTextileLanguage should not accept HTML tags as markup, but rather should treat them as normal text.
Created attachment 111154 [details] patch that enables markup escaping and JUnit tests this patch modifies the BugzillaTextileLanguage to escape markup, making copy/pasted text containing XML and HTML tags appear as intended
Created attachment 111155 [details] mylyn/context/zip
Patch applied! Thanks David. This has bugged me a few times already. Note that you can also use "View Source" from the context menu of the viewer to display the original text.