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.