(default_gutter_handler): showTooltip is CSP incompliant - assigns innerHTML #5575
Closed
Description
Describe the bug
GutterTooltip#showTooltip uses this.setHtml
, which results in innerHTML=...
ace/src/mouse/default_gutter_handler.js
Line 227 in a3277ea
Expected Behavior
Tooltip is created in CSP compliant way
Current Behavior
Tooltip is created in CSP incompliant way
Reproduction Steps
- Open any ace editor and type something invalid
- Hover on the tooltip with the mouse
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
1.31.1