chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.38k stars 467 forks source link

views: cefclient: Toolbar appears briefly with `--hide-controls` #3745

Closed magreenblatt closed 1 month ago

magreenblatt commented 4 months ago

To Reproduce Steps to reproduce the behavior:

  1. Run cefclient --hide-controls

Expected behavior Window should display without the toolbar appearing. Instead, the toolbar appears briefly before disappearing.

Versions (please complete the following information):

Additional context Does not reproduce with cefsimple.

magreenblatt commented 1 month ago

Expected cefclient behavior:

Flags Toolbar
(none) Normal
--hide-frame Normal
--hide-controls None
--hide-frame --hide-controls Overlay
--hide-frame --hide-controls --hide-overlays None