artifacts with Chrome on Windows
See original GitHub issuehttp://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">×</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>

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:
- Created 6 years ago
- Reactions:11
- Comments:15 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I managed to workaround this issue by changing .modal-backdrop.show opacity to 1 and background-color to rgba(0,0,0,0.5)
Personally I don’t use Chrome on my main machine, but I could test a couple of things with @Johann-S.
Requirements:
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 😕