webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
742 stars 65 forks source link

bikozulu.co.ke - Page does not load #92968

Open webcompat-bot opened 2 years ago

webcompat-bot commented 2 years ago

URL: https://bikozulu.co.ke/

Browser / Version: Firefox Mobile 96.0 Operating System: Android 10 Tested Another Browser: Yes Chrome

Problem type: Something else Description: Site can't even load. But can load in chrome Android Steps to Reproduce: It just works well here in chrome Android

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20211106093208
  • channel: nightly
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false

View console log messages

From webcompat.com with ❤️

softvision-oana-arbuzov commented 2 years ago

Thanks for the report, I was able to reproduce the issue. image

Note:

  1. With any ETP status, the page randomly loads. A few page refreshes and the page loads.
  2. The issue does not occur on Chrome.

Console when broken: image

Console when it loads: image

Tested with: Browser / Version: Firefox Nightly 96.0a1 (🦎 96.0a1-20211109093712) Operating System: Google Pixel 5 (Android 11) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density), Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)

Moving to Needsdiagnosis for further investigation.

ksy36 commented 2 years ago

This is intermittent indeed and sometime the page loads.

When it doesn't, the element with class .thb-page-transition-on has zero opacity, therefore the element and its descendants are not visible:

Screen Shot 2021-11-16 at 1 22 02 PM

In the case when it's working, the following is added to show the element: animation-duration: 200ms; opacity: 1;.

This is a timing issue and is likely a duplicate of https://github.com/blivesta/animsition/issues/150 .A suggested fix from the comments would be to add timeout property as in https://github.com/tari-project/tari-dot-com/pull/42/files. Lets try to contact the site, to see if they could apply this fix.

webcompat-bot commented 2 years ago

Generate outreach template