-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
Description
To Reproduce
click cloud shell button so the cloud shell shows up in a resizable pane at the bottom of the browser window.
Grab the resizer bar and drag upwards to make the cloud shell larger.
See demonstration video at youtube
Observed Behavior
The resizing stops working unless you move the mouse very very slowly.
Expected behavior
Smooth resizing should happen regardless of mouse move speed.
Is this specific to Cloud Shell?
Yes
Interface information
Accessing through the azure portal.
Additional context
This is a common UX bug that happens if you are listening to mouse move events at the wrong level of the "UI element hierarchy". If you list to mouse move events at the top of the UI element hierarchy then you will not have this bug.
apanchal0822