We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alert
Describe the bug 【Bug描述】
OSR模式下无法调用js的alert函数,报错:
[1028/105737.747:ERROR:javascript_dialog_manager.cc(332)] Default dialog implementation requires a parent window handle; canceling the JS dialog
我已经在新建QCefView的时候指定了parent,为啥还不行?
QCefView* bro = new QCefView("", &setting, this); //放在了Mainwindow的构造函数里,this指的是Mainwindow this->setCentralWidget(bro); bro->navigateToUrl(url);
To Reproduce 【复现步骤】
Expected behavior 【正确的预期行为】
...
Screenshots 【截图】
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug 【Bug描述】
OSR模式下无法调用js的
alert
函数,报错:我已经在新建QCefView的时候指定了parent,为啥还不行?
To Reproduce 【复现步骤】
alert
Expected behavior 【正确的预期行为】
...
Screenshots 【截图】
...
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
...
The text was updated successfully, but these errors were encountered: