linebender / linebender/druid

Dual monitor App invisible

Open
#2,394 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
9.7k
Forks
565
PR merge metrics
No merged PRs in 30d

Description

When running my window with the following settings:

    let main_window = WindowDesc::new(build_ui())
        .title("Keyboard Event Viewer")
        .transparent(true)
        .show_titlebar(false)
        .window_size((500.0, 160.0));

It will not show up on a dual monitor on MacOS 14.1.2. It will simply be invisible.

The culprit is .show_titlebar(false) when I comment it out the app will show.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue on macOS 14.1.2 with two monitors using the WindowDesc settings shown in the report, especially transparent(true) and show_titlebar(false). Trace the window setup and title-bar handling; done means the window is visible on both monitors with the title bar hidden.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.