Dual monitor App invisible
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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