mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #14958 from twbs/chrome-css-animation-mem-leak
Add Wall of Browser Bugs entry for #14409
This commit is contained in:
commit
4613b36631
1 changed files with 7 additions and 1 deletions
|
@ -98,9 +98,15 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
|
|||
<tr>
|
||||
<td>Chrome</td>
|
||||
<td><code><input type="password"></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><input></code>s</td>
|
||||
|
|
Loading…
Reference in a new issue