From: Mark Otto Date: Wed, 13 May 2020 23:55:01 +0000 (-0700) Subject: v4: Mention GPU acceleration fix in docs callout X-Git-Tag: v4.5.3~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34208778bac344575c594f7ec94ae43efe9e7335;p=thirdparty%2Fbootstrap.git v4: Mention GPU acceleration fix in docs callout Closes #22610 --- diff --git a/site/docs/4.5/components/popovers.md b/site/docs/4.5/components/popovers.md index bdd201b157..ed75627b1b 100644 --- a/site/docs/4.5/components/popovers.md +++ b/site/docs/4.5/components/popovers.md @@ -136,6 +136,13 @@ Enable popovers via JavaScript: {% highlight js %}$('#example').popover(options){% endhighlight %} +{% capture callout %} +##### GPU acceleration + +Popovers sometimes appear blurry in Windows 10 devices due to GPU acceleration and a modified system DPI. The workaround for this in v4 is to disable GPU acceleration as needed on your popovers. [See this issue for details and a suggested fix.](https://github.com/twbs/bootstrap/issues/22610) +{% endcapture %} +{% include callout.html content=callout type="warning" %} + {% capture callout %} ### Making popovers work for keyboard and assistive technology users