Hi,
When browser in OSR mode with CEF 95 library opens a webpage, in which there is a large gif image with the size of about 8MB, all white frames and gif data frames are outputed in turn sometime.
The gif image file is converted from a movie file, thus it can output animation frames continuously. But now it's interrupted by all white frames.
This occured occasionally. Sometime it works correctly. Cefclient in OSR mode has the same problem.
I debug in chrmosrPaint procedure and do find that all white frames is outputed sometime.
I don't know the reason. Could you give me some advice?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
sometime output all white frames when large image is displayed
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: sometime output all white frames when large image is displayed
Hi,
If cefclient in OSR mode has the same problem then it might to be an issue in CEF's code.
Please add an issue in the CEF project page and provide complete instructions to reproduce it easily.
https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open
If cefclient in OSR mode has the same problem then it might to be an issue in CEF's code.
Please add an issue in the CEF project page and provide complete instructions to reproduce it easily.
https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open
Re: sometime output all white frames when large image is displayed
I've added a new issue in CEF project page.