Skip to content

[BUG] portal cloud shell resizer is broken #537

@lovettchris

Description

@lovettchris

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions