-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.19, 6.4.4, 7.0.0alpha3
-
None
-
S24-W26/27
-
1
When resizing the URL widget, there is a possibility that click can stuck in resizing functionality (won't be necessary to keep holding the button to continue adjusting the size of the widget).
In such scenario, if user will click on the dashboard outside the URL widget - the console errors will be appearing on the mouse movement, and no dashboard widget placeholder will be appearing, until user have not clicked on the initial widget again.
Steps to reproduce
- Open the Dashboard
- Add the URL widget with any data (if not previously added)
- Try to resize the widget - make it smaller horizontally
- While resizing, release the mouse button, see that window still resizing on the pointer movement
- Click on the Dashboard outside the URL widget
- Move the pointer, and observe the results
Result
Possible to resize the widget without holding the mouse button, and after clicking on the dashboard, the dashboard widget placeholder is not appearing and the errors are displayed in the console:
Uncaught Error: Source position must not overlap with the target position.
Uncaught TypeError: Cannot read properties of null (reading 'getView')
Expected:
Resizing for URL widget should be working same as for other widgets, and should be possible only while mouse button is held.