From a7fd40950bb08ff09a0ded2778a7298136403a5f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 28 Oct 2014 17:53:55 -0700 Subject: [PATCH] Add `transform: translate3d(0, 0, 0)` iOS Safari bug to the Wall Closes #14603 (again) [skip sauce] --- docs/browser-bugs.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index ec7408626b..0ac8871c4c 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -113,6 +113,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." (No public bug tracker) #9774 + + Safari + transform: translate3d(0, 0, 0); iOS bug + WebKit bug #138162, Apple Safari Radar #18804973 + #14603 +