Skip to content
New issue

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

Display exceptions when the browser background is transparent #474

Open
lzm515 opened this issue Jun 13, 2024 · 0 comments
Open

Display exceptions when the browser background is transparent #474

lzm515 opened this issue Jun 13, 2024 · 0 comments
Labels
bug Bug report

Comments

@lzm515
Copy link

lzm515 commented Jun 13, 2024

Code:
CefSettings settings = new CefSettings(); settings.windowless_rendering_enabled = true; cefApp_ = CefApp.getInstance(settings); client_ = cefApp_.createClient(); browser_ = client_.createBrowser("xxx.html", true, true); browserUI_ = browser_.getUIComponent();
the background of a browser should be transparent, but it is like this
2cf349e3daa1e388f6c8115ef195475c
The background should not be a red and blue gradient

@lzm515 lzm515 added the bug Bug report label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant