-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.15rc1, 6.2.8, 6.4.1rc1, 7.0.0alpha1
-
Sprint 98 (Mar 2023)
-
0.125
Problem description: In case if there is an error displayed on the SVG graph widget, then a non-required horizontal scroll appears in this widget:
Steps to reproduce (6.0, 6.2):
- Create a dashboard with a graph widget
- Open ui/app/controllers/CControllerWidgetSvgGraphView.php file
- Add "error('Error text');" line in the beginning of the doAction() method (the easiest was to get an error)
- Check the display of the graph widget
Steps to reproduce (6.4, 7.0):
- Create a dashboard with a graph widget and a URL widget
- Open the manifest file of the URL widget (located in ui/widgets/url/manifest.json)
- Change the value of the ID field
- Check the display of the graph widget
Result: a horizontal scroll bar is observed on he widget.
Expected: there should be no horizontal scroll bar on the graph widget.