Page 1 of 1

mac cefclient with_controls visible in 4389 obscured in 4430

PostPosted: Wed Apr 21, 2021 4:59 pm
by acs
I built my macOS app with 4430 and noticed the back/reload/address bar controls were missing. For a sanity check I then built cefclient app w/ 4430 unzipped binary and noticed the same thing, and then yet another sanity check to build cefclient app w/ 4389 unzipped binary and it was there I once again saw the controls bar.

cefclient 4389:
Image

cefclient 4430:
Image

I see the code in root_window_mac.mm to define the controls and from whence they are set (or turned off), but without any flags passed the controls bar appears in 4389 and doesn't in 4430.

Re: mac cefclient with_controls visible in 4389 obscured in

PostPosted: Wed Apr 21, 2021 7:08 pm
by magreenblatt
What MacOS and Xcode version?

Re: mac cefclient with_controls visible in 4389 obscured in

PostPosted: Thu Apr 22, 2021 9:46 am
by acs
Big Sur 11.2.3 (20D91) & XCode 12.4

Re: mac cefclient with_controls visible in 4389 obscured in

PostPosted: Fri Apr 23, 2021 10:51 am
by magreenblatt

Re: mac cefclient with_controls visible in 4389 obscured in

PostPosted: Fri Apr 23, 2021 1:22 pm
by acs
thanks magreenblatt! Will track there as well.