cef icon indicating copy to clipboard operation
cef copied to clipboard

OSR: Popup isn't getting painted when using SendExternalBeginFrame()

Open magreenblatt opened this issue 2 years ago • 4 comments

Original report by UnknownOne (Bitbucket: UnknownOne, GitHub: UnknownOne).


What steps will reproduce the problem?

  1. Run cefclient.exe --off-screen-rendering-enabled --external-begin-frame-enabled --url=https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
  2. Click the select and observe that the popup isn’t repainted when hovering over items

What is the expected output? What do you see instead?

The popup should be getting repainted when hovering over items

What version of the product are you using? On what operating system?

102.0.9+g1c5e658+chromium-102.0.5005.63 - Windows 10 x64 21H1

Does the problem reproduce with the cefclient or cefsimple sample application at the same version? How about with a newer or older version?
Last working version: 98.2.1+g29d6e22+chromium-98.0.4758.109

Additional information
The issue seems to fix itself upon navigating to another domain. Refreshing or navigating to the same domain does not fix it. Navigating to a different domain and then returning does. See attached video.

magreenblatt avatar Jun 11 '22 23:06 magreenblatt