Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: Maximizing Frameless window covers automatically hiding Windows taskbar #3869

Open
mkskelet opened this issue Jan 16, 2025 · 0 comments
Labels
bug Bug report

Comments

@mkskelet
Copy link

Describe the bug
Maximizing frameless window covers taskbar and makes it impossible for user to bring up windows taskbar with mouse cursor hover if automatic taskbar hiding is enabled.

To Reproduce
Steps to reproduce the behavior:

  1. In Windows taskbar settings, enable Automatically hide the taskbar toggle
  2. Maximize frameless window

Expected behavior
Maximized frameless window should not cover hidden taskbar and should allow user to focus hidden taskbar.

Versions:

  • OS: Windows 10, Windows 11
  • CEF Version: 132.3.1

Additional context
Reproduced in CEF 132.3.1 in cefsimple project by modifying simple_app.cc:

  • in SimpleWindowDelegate add bool IsFrameless(CefRefPtr<CefWindow> window) override { return true; }
  • maximize window after creation
// Create the Window. It will show itself after creation.
const auto window = CefWindow::CreateTopLevelWindow(new SimpleWindowDelegate(
    browser_view, runtime_style, initial_show_state));
window->Maximize();
@mkskelet mkskelet added the bug Bug report label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant