Page 1 of 1

CEF and the window modal stack (in Delphi)

PostPosted: Fri Jun 19, 2020 7:19 am
by betonetotbo
Hi.

I'm currently facing a bizarre bug with CEF 81.0.4044.138.

My application uses CEF to display an HTML dashboard to my users. This dashboard are build using ApexCharts.com (a javascript library to create charts).

Each chart render by ApexCharts has an "hamburger" icon who opens a popupmenu with options to download the chart in formats like SVG, PNG, etc...

Each time I click on this "hambuger" icon and the popupmenu opens, this bizarre bug starts...
The modal stack appears to start inverting all modals.

See this issue in CEF4Delphi bridge I'm using:
https://github.com/salvadordf/CEF4Delphi/issues/282

So now, I don't know if the bug is on CEF4Delphi or in CEF itself.

Can someone give me a light?

Re: CEF and the window modal stack (in Delphi)

PostPosted: Fri Jun 19, 2020 9:52 am
by magreenblatt
Test with the CEF sample application from here and with Google Chrome.