Quoted "event_display" breaks "stdout" view
Some "task"Event ID: 4468" aw-tip-placement="top"> rowsThe layout should not be affected by message content. The HTML entities should be converted.
The layout breaks and events aren't usable (cannot be clicked)
The JobRenderService#createToolTip method in render.service.js must convert HTML entities when building the response.
@bkmeneguello,
Can you share a playbook that exhibits this behavior?
confirmed - reproduced with https://github.com/jakemcdermott/ansible-playbooks/blob/master/ping.yml

introduced in april sometime.
Hey @bkmeneguello,
Thanks for reporting this. It should be fixed by this change (which will be in the next version of AWX):
https://github.com/ansible/awx/pull/4313
Verified on a playbooks with quoted tasks and non-quoted tasks (including ping.yml) that stdout appears normal and does not break.