-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenProject status formatting broken #38
Comments
It looks like the HTML isn't rendered correctly. Maybe there is some kind of string conversion or some escaping done? when looking at the HTML content it is actually content in that box that renders as HTML code instead of the HTML code that should be rendered. Maybe |
Escaping and unescaping didn't work. Maybe it's the renderer in Kiwi itself, that is messing with the HTML content provided by the implementation. |
Closes #38. Note1: OpenProject supports markdown by default and the raw text will include markdown formatting characters. This looks slightly less aggravating than displaying the HTML code. Note2: Input from the outside world is always considered unsafe and RPC results are always HTML escaped due to security considerations. This will always look not-right even if we render back to plain text!
Closes #38. Note1: OpenProject supports markdown by default and the raw text will include markdown formatting characters. This looks slightly less aggravating than displaying the HTML code. Note2: Input from the outside world is always considered unsafe and RPC results are always HTML escaped due to security considerations. This will always look not-right even if we render back to plain text!
The detailed view of the OpenProject bug seems to be broken. I think it is managed in this part of the code: https://github.com/kiwitcms/trackers-integration/blob/c64ab3cee5d1a67744d2b93c4b4e14fe6a12601c/trackers_integration/issuetracker/openproject.py#L194C1-L204C10
The UI is showing this:
The text was updated successfully, but these errors were encountered: