Skip to content

Images disappear after web page is loaded in Chrome #130

@nipunsampath

Description

@nipunsampath

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions