chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.09k stars 450 forks source link

chrome: linux: Ozone/Wayland: status bubble appears on random place of the screen #3691

Open aNaohiroYoroizuka opened 2 months ago

aNaohiroYoroizuka commented 2 months ago

Describe the bug Status Bubble doesn't show on proper place (the left bottom of browser window) when running with Ozone/Wayland.

To Reproduce Steps to reproduce the behavior:

  1. (pre-condition) launch Weston Compositor for Wayland
  2. launch cefsimple/cefclient with --ozone-platform=wayland --enable-chrome-runtime, the browser shows www.google.com
  3. mouse over link
  4. status bubble appears on random place of the screen

Expected behavior The Status Bubble shows on proper place when running with Ozone/Wayland.

Screenshots

cefsimple_chrome_wayland cefclient_chrome_wayland

Versions (please complete the following information):

Additional context