diff options
| author | Chris Rebert <[email protected]> | 2014-10-28 17:53:55 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-28 17:54:59 -0700 |
| commit | a7fd40950bb08ff09a0ded2778a7298136403a5f (patch) | |
| tree | 829c4455d97af90ccfd022abc7bcdbdc78ebc04c /docs | |
| parent | 2758cfecd8dc135012018af474d8509e9f5ace45 (diff) | |
| download | bootstrap-a7fd40950bb08ff09a0ded2778a7298136403a5f.tar.xz bootstrap-a7fd40950bb08ff09a0ded2778a7298136403a5f.zip | |
Add `transform: translate3d(0, 0, 0)` iOS Safari bug to the Wall
Closes #14603 (again)
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/browser-bugs.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index ec7408626..0ac8871c4 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." <td>(No public bug tracker)</td> <td><a href="https://github.com/twbs/bootstrap/issues/9774">#9774</a></td> </tr> + <tr> + <td>Safari</td> + <td><code>transform: translate3d(0, 0, 0);</code> iOS bug</td> + <td><a href="https://bugs.webkit.org/show_bug.cgi?id=138162">WebKit bug #138162</a>, <a href="http://openradar.appspot.com/18804973">Apple Safari Radar #18804973</a></td> + <td><a href="https://github.com/twbs/bootstrap/pull/14603">#14603</a></td> + </tr> </tbody> </table> </div> |
