Page 1 of 1

Fullscreen isuse with CEF in MAC

PostPosted: Tue Dec 17, 2019 4:26 am
by Satrajit
I have a main application window as cef window, and also made the login window as cef window(as popup cef window)I

But when the main window is in fullscreen then the login cef window is automatically moving to the fullscreen, even though CEF popupfeatures are properly set for the login popup window.
But login popup window works fine if the main window is not in fullscreen mode.

Only facing this issue in MAC, working fine in windows.

Re: Fullscreen isuse with CEF in MAC

PostPosted: Tue Dec 17, 2019 5:16 am
by Satrajit
Do we have any callbacks in CEF that is overriding and which i need to add a patch to it if needed ?

Re: Fullscreen isuse with CEF in MAC

PostPosted: Thu Dec 19, 2019 2:05 am
by Satrajit
Any suggestions on this ?

Does CEF properly support the popup window while the main window is fullscreen ?

Re: Fullscreen isuse with CEF in MAC

PostPosted: Thu Dec 19, 2019 2:09 am
by Satrajit
Within OnBeforePopup() I can set the popupfeatures for the login popup window.
But if the main window is fullscreen then even if the popup window has proper dimensions for popup window it still goes to fullscreen.

The problem is only in MAC, working properly for windows.

Re: Fullscreen isuse with CEF in MAC

PostPosted: Thu Dec 19, 2019 3:30 am
by Czarek
In OnBeforePopup you can return true and create the popup window explicitily by yourself.