www.bizpacreview.com - Page loads, goes blank, then loads fully again
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3, Webcompat Score:3, firefox126 affected, firefox128 affected)
People
(Reporter: azlata, Unassigned)
References
()
Details
(Keywords: webcompat:needs-contact, webcompat:needs-sitepatch, webcompat:site-report)
User Story
platform:windows,mac,linux,android impact:significant-visual configuration:general affects:all branch:release
Attachments
(1 file)
|
970.58 KB,
video/mp4
|
Details |
Environment:
Operating system: Mac OS X 10.15
Firefox version: Firefox 126.0/128.0a1 (2024-05-19)
Steps to reproduce:
- Access https://www.bizpacreview.com/
- Observe the page.
Expected Behavior:
The page loads smoothly.
Actual Behavior:
Page is displayed, then goes totally blank, then is redisplayed
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/137142
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
So the site contains code like:
wordkeeperSpeed.browser.match(/firefox|fxios/i) &&
document.body.style.setProperty('display', 'none'),
in the DOMContentLoaded event handler, and then similar code to unset the property in the load event. So it seems to be the site doing something entirely unnecessary in Firefox. As you might expect masking as Chrome seems to fix the issue, but maybe there's a more targeted intervention possible if outreach doesn't succeed?
Updated•1 year ago
|
Updated•1 year ago
|
Comment 4•7 months ago
|
||
I'm not seeing the problem today on my Macbook, nor the code James mentioned in comment 3.
James, do you still see it?
Updated•7 months ago
|
Description
•