'chromium CEF showModalDialog issue

I am using chromium CEF3 with Delphi latest code.Where i am using showModalDialog. Its working quit fine but one issue.Below is code

 var ret = showModalDialog(url, dlgArgs, options);

It does allow click parent that i don't want. what i want it should freeze the parent window like IE does.I also tried with window.open but it also did not work.



Solution 1:[1]

It depends on Chromium version CEF is based. Since version 37, Chrome doesn't support modal dialogs

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Adrian RedAbogacia