Skip to content

UX: Cursor events in workspace get interrupted when over status/scroll bars #5523

@knolleary

Description

@knolleary

Current Behavior

There is an area of dead space where mouse events stop working. This is most apparent when dragging the lasso select into the highlighted areas.

The issue comes because the status bar and scroll bar elements are consuming the mouse events.

The scrollbar background can be shrunk to 0 pixels high/wide.

The status bar panel is trickier. Can't set pointer-events: none on it, as that will block interaction with the widgets themselves. There must be a trivial solution...

Image

Expected Behavior

No response

Steps To Reproduce

No response

Example flow

paste your flow here

Environment

  • Node-RED version:
  • Node.js version:
  • npm version:
  • Platform/OS:
  • Browser:

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions