-
有时候不能正常退出,阻塞在close_cv_.wait(lock);
直接在QDialog原生窗口上点关闭,出现情况比较少,但是通过this->reject()等一直都是阻塞状态。
-
setWindowFlags(Qt::WindowStaysOnTopHint);
设置QCefView的窗口置顶会导致程序崩溃
-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2775) by me.**
----------------------------------------
**What steps will reproduce the problem?**
Run `ceftests.exe --gtest_fi…
-
- **What version of the product are you using?**
1.9.0
- **On what operating system?**
WIN10
- **32bit** or **64bit**?
32bit
- **Which IDE are you using?**
IntelliJ…
-
@mattkol The drag handler was not added in CefGlue as the System.Drawing library has missing classes. The implementation isn't considered complete for CefGlue. If an alternative can be used to add the…
-
Answer the below. **DO NOT DELETE!!**
- **Have you read the [Wiki](https://github.com/tuarua/WebViewANE/wiki) carefully?**
- Follow the instructions provided before raising an issue.
- …
-
Hello guys,
I have a Question. Is it possible to add CEF into a ImGUI Window?
I get on the CEF onPaint Function a buffer and can I at this buffer into a ImGUI Window?
`void CEFView::OnPaint(Cef…
-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2102) by me.**
----------------------------------------
There are a few parts to this:
1\. Support registration of accelerators…