Replies: 3 comments
-
The issue is happening in JSFiddle too, here's a screenshot: https://imgur.com/pKnRGsU |
Beta Was this translation helpful? Give feedback.
0 replies
-
This sounds like a browser bug. Try reporting it at https://bugzilla.mozilla.org/ . |
Beta Was this translation helpful? Give feedback.
0 replies
-
Possible fix: I moved the background to a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing part of the background image disappear when I alt-tab away from the screen for a while. For example, I view the site for the first time with no problem, then I alt-tab away from the site for about 10-15mins. Now when I return to the site, part of the background is gone.
I noticed the background that disappears has an element "above" it that has
class="hidden"
, typically this is a nav menu in mobile breakpoint.It is quite hard to replicate since it only happens occasionally but I believe this is the part of the code where the issue happens.
https://jsfiddle.net/krgot8Lj/1/
Note: I stripped the code down to bare minimum. If the issue was to happen in that code, the upper portion of the background image would disappear when you alt-tab away for a while. Hope that make sense. Any suggestions how to prevent this?
Beta Was this translation helpful? Give feedback.
All reactions