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.

artifacts with Chrome on Windows

See original GitHub issue

http://jsfiddle.net/1aeur58f/1/

<!-- Button trigger modal -->
<button type="button" id="mymodal" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">

<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
    <h4 class="modal-title" id="myModalLabel">Modal title</h4>
  </div>
  <div class="modal-body">
    ...
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
    <button type="button" class="btn btn-primary">Save changes</button>
  </div>
 </div>
 </div>

is8uu

Hello Bootstrap Team,

I have face issue on bootstrap modal background issue? flickering background pixels.

I have placed StackOverflow for more details below link: https://stackoverflow.com/questions/46501097/background-pixels-flickering-on-bootstrap-modal

Please update me… if you got any solution…

Thanks, Jagdish Parmar

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:11
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
smickuscommented, Oct 9, 2017

I managed to workaround this issue by changing .modal-backdrop.show opacity to 1 and background-color to rgba(0,0,0,0.5)

before after

5reactions
XhmikosRcommented, Oct 5, 2017

Personally I don’t use Chrome on my main machine, but I could test a couple of things with @Johann-S.

Requirements:

  • Windows 7 64-bit / 10 64-bit
  • Chrome stable 61.0.3163.100 64-bit (some people reported it happens with beta and canary too in #24258)
  • Intel VGA (the version doesn’t seem to matter)

Result:

This results in visual glitches like this one and the ones mentioned in #24258.

Workaround:

Whoever is affected, you should see that the problem goes away if you disable hardware acceleration.

/CC @addyosmani: can we escalate this issue? It seems a lot of people are affected 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

Random "artifacting" in Chrome window(s) - Google Support
On your computer, open Chrome. At the top right, click More New Incognito Window. A new window appears. In the top corner, check...
Read more >
White artifact on other screen when Chrome and other ...
When some apps are maximized there is a white artifact on the other screen. The same happens when the chrome window is on...
Read more >
Browser forensics: Google chrome - Infosec Resources
An artifact is a remnant or trace left behind on the computer which helps to identify the source of malicious traffic and attack...
Read more >
Visual artifacts show up when I use Google Chrome - Huawei
Solution · Click the More icon (three dots) in the top-right corner and select Settings. · Click Advanced. · Scroll down to find...
Read more >
Google Chrome: strange image artifacts (pixelated, broken)
Here's a work around: go to chrome://flags and disable GPU Rasterization. You can use this link: chrome://flags/#enable-gpu-rasterization to ...
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