question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Background images are loading as fully white images in Firefox 59

See original GitHub issue

Background images of Winamp2-js loading as fully white textures

For example, this is the background image URL for #winamp2-js .playlist-top-left-fill in Firefox:

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAYAAAB4d5a9AAAAH0lEQVQ4jWP4TwfAMGrJqCWjloxaMmrJqCWjltDbEgCh38iahkvgggAAAABJRU5ErkJggg==

but the following is the URL when loaded in Chrome:

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAYAAAB4d5a9AAAAWUlEQVRIS2PU1nL+z0BjwFhRPoH2ltjZJAwTS+TllWjvk7ZyX9pb0jeRDhFvYqBDe5+kxzjR3hK6xImKqibtfUKXzEiXsosulowWkKRUQYx0SV10sYQeqQsAf0Ul/5LwY0QAAAAASUVORK5CYII=

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
captbaritonecommented, Apr 2, 2018

I wonder if it’s some special setting?

I’m going to close this, since nobody else has been able to reproduce it, but I’ll keep my eye open for other people seeing things like this. Thanks for reporting!

0reactions
Nightfirecatcommented, Mar 29, 2018

I’m able to produce good behavior when using a clean profile, but I couldn’t find any logs that seemed helpful…

When loading in my current profile, the following logs are generated:

Content Security Policy: The report URI (about:blank) should be an HTTP or HTTPS URI.
Content Security Policy: The page’s settings observed the loading of a resource at https://webamp.org/service-worker.js (“worker-src”). A CSP report is being sent.
Service worker event waitUntil() was passed a promise that rejected with 'TypeError: Cache got basic response with bad status 206 while trying to add request https://webamp.org/mp3/llama-2.91-deed9f60e1c2a04e753d90c72d57bea1.mp3'.
workbox-core.prod.js:1:2505

When loading with add-ons disabled (still bad behavior), or from a fresh profile (good behavior), only the last line is logged:

Service worker event waitUntil() was passed a promise that rejected with 'TypeError: Cache got basic response with bad status 206 while trying to add request https://webamp.org/mp3/llama-2.91-deed9f60e1c2a04e753d90c72d57bea1.mp3'.
workbox-core.prod.js:1:2505
Read more comments on GitHub >

github_iconTop Results From Across the Web

White background during image loading - Bugzilla@Mozilla
We start JPEGs in BGRX, so that's why an incomplete JPEG is white. We would either need to defer drawing background images until...
Read more >
css - Progressive JPG background image trouble in Firefox
It appears that Firefox ignores the "progressiveness" of JPEGs if they are set as CSS backgrounds and waits until the image is fully...
Read more >
Background images with HTML & CSS - YouTube
In this video, I look at how to set a background image, problems people run into with them and how to fix them,...
Read more >
Weird white background on loading images : r/firefox - Reddit
I recently decided to switch to firefox and I now have found this weird white background on some loading images from wallhaven, ...
Read more >
Firefox version history - Wikipedia
All variants, 100%, 3.04%. Firefox was created by Dave Hyatt and Blake Ross as an experimental branch of the Mozilla ... Firefox 52–59,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found