id summary reporter owner description type status priority component severity resolution keywords cc release 13959 odd behaviour when using wrong wiki syntax clemens Ryan J Ollos "The TracTicketChangelogPlugin (Version 1.2.0dev, r17251, 2018-07-30) can cause problems during HTML rendering of the ticket view if a weird superscript syntax is used inside a table. Of course correct superscript wiki syntax is as follows `x^y^`, but if you omit the second caret then problems arise. This is an example of the wrong superscript syntax. Take notice of the missing second caret. {{{ bli || bla^1 || blo }}} Compare these two screen-shots: Odd with TracTicketChangelogPlugin being ENABLED:: [[Image(odd.png,width=300px)]] Normal with TracTicketChangelogPlugin being DISABLED:: [[Image(normal.png,width=300px)]] In the HTML DOM (see figure below) we can see that suddenly the ""blo"" and all other ticket description text is outside the `#content.ticket` box. The ""Commit History"" is inside the `#content.ticket` box and is rendered properly. But all following ticket sections (attachments, change history, modify ticket...) are outside the `#content.ticket` box. One effect is that these sections are not centred anymore (due to CSS rules not matching anymore). [[Image(dom.png,width=300px)]] I have the feeling that this problem is not only related to the TracTicketChangelogPlugin. Maybe other plugins are affected too. I do not have a final evidence, but I have hints that also inserting the [t:branches/0.12-stable/sample-plugins/ticket_clone.py ticket_clone.py] plugin can cause the same problems. (Which is not an issue for me, because in my TRAC 1.4.2 this plugin is obsolete anyway) Of course the work around is simple: ""Let's use correct wiki syntax then!"" But sometimes users make those syntax errors." defect closed normal TracTicketChangelogPlugin normal cantfix 1.4