Skip to content

bug: Unable to drag or move the application window -missing draggable areas #281

@Igloczek

Description

@Igloczek

Operating system(s)

  • Windows
  • macOS
  • Linux

What happened?

After launching the application, the window is completely locked in place. It is impossible to move, drag, or reposition the window anywhere on the screen using the mouse.

It appears that all default draggable areas (like -webkit-app-region: drag) have been disabled or misconfigured, leaving the UI without any title bar or component that allows the user to interact with the window's position.

Steps to reproduce

1 Launch the application.
2. Try to click and drag the top of the window to move it across the desktop.
3. Observe that the window remains frozen in its initial position and does not respond to mouse drag events.

Agent implementation prompt

Locate the Electron main process file (usually main.js or index.ts) where the BrowserWindow is instantiated with frame: false or titleBarStyle: 'hidden'. Then, inspect the global CSS/styles or the main layout component. Fix the issue by adding a dedicated title bar or top container with the CSS property -webkit-app-region: drag so the window can be moved. Ensure that interactive elements inside this area (like buttons or inputs) have -webkit-app-region: no-drag applied so they remain clickable.

App version or commit

0.1.66

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions