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

Images disappear after web page is loaded in Chrome #130

Open
nipunsampath opened this issue Aug 18, 2022 · 0 comments
Open

Images disappear after web page is loaded in Chrome #130

nipunsampath opened this issue Aug 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nipunsampath
Copy link
Contributor

nipunsampath commented Aug 18, 2022

Describe the issue:

Images in the webpage disappear after web page is finished loading. In the chrome dev tools two requests are shown for each image with 200 and 304 status codes.

When investigating the issue it was identified that the second set of image requests belongs to the promptNoneIFrame. Skipping the app render if the window was an iframe seems to fix the issue from the web site side.

Screenshot 2022-08-18 at 19 06 51

Expected behavior:

  • Images should not disappear.

Related Issues:

Steps to reproduce:

  1. Clone the MedicinesforLK repo.
  2. Check out the commit fc25e8e369b56a41ab26ecc1afb0d6909977d52f.
  3. Start the donor portal using the instructions.
  4. Load the homepage.

Environment information (Please complete the following information; remove any unnecessary fields) :

  • OS: Mac OS
  • Browser: Chrome 104.0.5112.79

@nipunsampath nipunsampath added the bug Something isn't working label Aug 18, 2022
@DonOmalVindula DonOmalVindula self-assigned this Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants