MixinNetwork / MixinNetwork/flutter-plugins

No title bar for additional window (macos) [desktop-multi-window]

Open
#208 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
512
Forks
292
Avg merge
15h 8m
Merged PRs (30d)
7

Description

Sub-windows have no title bar (the three dots are still visible).

Reproduce Steps

Steps to reproduce the behavior:
Get a window

await DesktopMultiWindow.createWindow('#${DateTime.now().minute}')
        ..setFrame(const Offset(0, 0) & const Size(1280, 720))
        ..center();

Show the window, (in my case as a response to clicking:

await window?.show();

Expected behavior

For the new window (like the old one) to have a normal title bar.

Screenshot 2023-01-24 at 2 28 04 PM

Version (please complete the following information):

  • Flutter Version: Flutter 3.7.0-15.0.pre.16 • channel master
  • OS: macOS Ventura 13.1
  • plugin: desktop_multi_window

Contributor guide

No contributing guide indexed for this repository

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 using DesktopMultiWindow.createWindow and window?.show() as shown in the report. Inspect the desktop_multi_window macOS window creation and title-bar handling. Done means an additional window displays a normal title bar like the original window.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.