Skip to content

React Dev Tools Standalone only draggable, not clickable #17522

Closed
@mbman

Description

@mbman

Do you want to request a feature or report a bug?
I want to report a bug.

What is the current behavior?

When running react-devtools standalone on Windows 10, they manage to connect to the React app, but the UI can't be clicked and clicking on it only drags the window. This makes it unusable.

I've debuged it using built-in Chrome dev tools and it's due to -webkit-app-region: drag applied to body and other elements. As soon as I override this to be -webkit-app-region: none; everything starts working fine - you can click on things and you can still drag the window.

What is the expected behavior?
Clicking on the UI should work and not only drag the window.

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

I've tested it with React Dev Tools standalone version 4.2.1-3816ae7c3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions