Skip to content
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

Web page content not fully loading in CEF browser #3840

Open
BrianAndersonMozenda opened this issue Nov 24, 2024 · 2 comments
Open

Web page content not fully loading in CEF browser #3840

BrianAndersonMozenda opened this issue Nov 24, 2024 · 2 comments
Labels
bug Bug report needs user feedback Additional feedback required

Comments

@BrianAndersonMozenda
Copy link

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.

@BrianAndersonMozenda BrianAndersonMozenda added the bug Bug report label Nov 24, 2024
@magreenblatt
Copy link
Collaborator

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.

@magreenblatt magreenblatt added the needs user feedback Additional feedback required label Dec 4, 2024
@BrianAndersonMozenda
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report needs user feedback Additional feedback required
Projects
None yet
Development

No branches or pull requests

2 participants