chromiumembedded/cef

Web page content not fully loading in CEF browser

Opened this issue · 2 comments

Describe the bug
The products list content is not loading in the cefclient sample application.

To Reproduce
Steps to reproduce the behavior:

  1. Open CefClient
  2. Navigate to https://www.safeway.com/shop/aisles/beverages/soft-drinks.html?sort=&page=1&loc=3132
  3. Assert Soft Drinks products list contains more than zero products - Failure

Expected behavior
Expect that there will be more than 0 products displayed in the products list.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

  • Edition Windows 10 Pro

  • Version 22H2

  • Installed on ‎2020-‎07-‎01

  • OS build 19045.5131

  • Experience Windows Feature Experience Pack 1000.19060.1000.0

  • CEF Version: cef_binary_131.2.7+g9a14dc9+chromium-131.0.6778.86_windows64_client

Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
Yes

Does the problem reproduce with Google Chrome at the same version?
No

Add any other context about the problem here.
It is not specific to this particular product list page - This happens on all of the product list pages on this site from what we can see. We have tried with multiple versions of the cefclient (131, 130, 120, 110, 100) and all of them have the same result.

Does the issue reproduce with --disable-request-handling-for-testing?

You can use DevTools Network tab and/or chrome://net-export/ to debug the issue further.

The issue still reproduces with --disable-request-handling-for-testing.