-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.0.11, 7.5.0
-
Component/s: Dashboard & Gadgets
-
None
-
7
-
3
-
Severity 3 - Minor
-
1
Summary
When an image URL is inserted into a text gadget on the dashboard, navigating to the dashboard renders a short text gadget with a scrollbar .
Steps to Replicate
- Add text gadget to dashboard
- Insert IMG tag with image URL
- Sample HTML:
<div id="parent"> <img src="http://via.placeholder.com/640x480"> </div>
- Save the gadget
- Navigate to another page
- Go back to dashboard with the text gadget
Expected Results
Image should render properly, according to the HTML inserted
Actual Results
Text gadget shrinks, and image has a scrollbar
Workaround
Refresh the page in your web browser