Skip to content

Resolve "Tooltip for "View file" shows raw HTML"

Fatih Acet requested to merge 60533-tooltip-for-view-file-shows-raw-html into master

What does this MR do?

Fixes unescaped HTML content in the button tooltip by removing the HTML content. The previous implementation was using the generated text as the button text hence there was a HTML escape in place. Since we show it in the tooltip, we really don't need the HTML content.

Does this MR meet the acceptance criteria?

Conformity

Before After
image image

Closes #60533 (closed)

Edited by Fatih Acet

Merge request reports