-
Notifications
You must be signed in to change notification settings - Fork 470
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
cefclient renders blank OOPIF with --off-screen-rendering-enabled #2578
Labels
bug
Bug report
Comments
How does it behave without the |
1 similar comment
Original comment by Salvador Diaz Fau (Bitbucket: salvadordf, GitHub: salvadordf). This could be related to #2498/add-support-for-site-per-process |
Duplicate of #2498. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original report by Kailai Wang (Bitbucket: Kailai, GitHub: Kailai).
What steps will reproduce the problem?
run cefclient with
./cefclient --site-per-process --url="http://csreis.github.io/tests/cross-site-iframe.html" --off-screen-rendering-enabled
click on "Go cross-site (complex page)" button
only white iframe is rendered
What is the expected output? What do you see instead?
Expected: the contents of http://build.chromium.org should be seen
Observed: just blank page (see attached screenshot).
"Go cross-site (simple page)" and "Go same-site" works fine.
I could see that there's extra renderer process for this iframe and from logs at least it tries to load the resources, it's just somehow the final rendering is missing.
I'm not sure if the problem is related to Issue #2577 or not though.
What version of the product are you using? On what operating system?
I'm using the latest 3578 cef branch. I tried to build it from the sources, and to use the distributed binary "cef_binary_3.3578.1864.gfa073f3_linux64.tar.bz2", unfortunately neither did work as expected.
Tested on a Ubuntu 16.04.5 LTS 64 bit machine.
Does the problem reproduce with the cefclient or cefsimple sample application at the same version? How about with a newer or older version?
Untested
Does the problem reproduce with Google Chrome at the same version? How about with a newer or older version?
Chrome works fine, as it probably doesn't have osr flag.
The text was updated successfully, but these errors were encountered: