aboutsummaryrefslogtreecommitdiff
path: root/docs/browser-bugs.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-31 17:11:37 -0700
committerChris Rebert <[email protected]>2014-10-31 17:11:37 -0700
commit4613b366316649ed864d1443605a1e597aecf8d0 (patch)
tree7cd2f899bccdbff20dac75a64522076b90b3da3b /docs/browser-bugs.html
parent2da290189e10ece9a381508287851dec2ae40f9f (diff)
parent08b0c373b54a88648ee88f2249e2ad5e4ae186fe (diff)
downloadbootstrap-4613b366316649ed864d1443605a1e597aecf8d0.tar.xz
bootstrap-4613b366316649ed864d1443605a1e597aecf8d0.zip
Merge pull request #14958 from twbs/chrome-css-animation-mem-leak
Add Wall of Browser Bugs entry for #14409
Diffstat (limited to 'docs/browser-bugs.html')
-rw-r--r--docs/browser-bugs.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html
index b99701019..e2394f3a9 100644
--- a/docs/browser-bugs.html
+++ b/docs/browser-bugs.html
@@ -98,10 +98,16 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
<tr>
<td>Chrome</td>
<td><code>&lt;input type="password"&gt;</code> sporadically causes bad widths on floated elements</td>
- <td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chrome issue #377346</a></td>
+ <td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chromium issue #377346</a></td>
<td><a href="https://github.com/twbs/bootstrap/issues/13892">#13892</a></td>
</tr>
<tr>
+ <td>Chrome</td>
+ <td>CSS infinite linear animation with alpha transparency leaks memory</td>
+ <td><a href="https://code.google.com/p/chromium/issues/detail?id=429375">Chromium issue #429375</a></td>
+ <td><a href="https://github.com/twbs/bootstrap/issues/14409">#14409</a></td>
+ </tr>
+ <tr>
<td>Safari</td>
<td>Weird button behavior with some number <code>&lt;input&gt;</code>s</td>
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=137269">WebKit bug #137269</a></td>