browser-bugs.html 6.21 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
title: Wall of browser bugs
slug: browser-bugs
lead: "A list of the browser bugs that Bootstrap is currently grappling with."
---


<div class="bs-docs-section">
  <h1 id="browser-bugs" class="page-header">Browser bugs</h1>

12
13
  <p class="lead">Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us.</p>
  <p>We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, <a href="../getting-started/#support">see our browser compatibility docs</a>.</p>
14
15

  <div class="table-responsive">
16
    <table class="table table-bordered table-hover">
17
18
19
20
21
      <thead>
        <tr>
          <th>Browser(s)</th>
          <th>Summary of bug</th>
          <th>Upstream bug(s)</th>
22
          <th>Bootstrap issue(s)</th>
23
24
25
        </tr>
      </thead>
      <tbody>
26
27
        <tr>
          <td>Firefox</td>
28
          <td><code>.table-bordered</code> with an empty <code>&lt;tbody&gt;</code> is missing borders</td>
29
30
31
          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1023761">Mozilla bug #1023761</a></td>
          <td><a href="https://github.com/twbs/bootstrap/issues/13453">#13453</a></td>
        </tr>
32
33
34
35
        <tr>
          <td>Firefox</td>
          <td>Unusual default form control styles on Android</td>
          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=900871">Closed Mozilla bug #900871</a>, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=763671">Open Mozilla bug #763671</a></td>
36
          <td><a href="https://github.com/twbs/bootstrap/issues/8702">#8702</a></td>
37
38
39
40
41
        </tr>
        <tr>
          <td>Firefox</td>
          <td><code>max-width: 100%;</code> doesn't work inside tables</td>
          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=975632">Mozilla bug #975632</a></td>
42
43
44
          <td><a href="https://github.com/twbs/bootstrap/issues/10690">#10690</a></td>
        </tr>
        <tr>
45
          <td>Firefox <strong>&lt;31</strong></td>
46
47
48
          <td><code>position: relative;</code> doesn't work inside tables</td>
          <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=63895">Mozilla bug #63895</a></td>
          <td><a href="https://github.com/twbs/bootstrap/issues/12467">#12467</a></td>
49
50
51
        </tr>
        <tr>
          <td>Chrome</td>
52
          <td>Weird button behavior with some number <code>&lt;input&gt;</code>s</td>
53
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>
54
          <td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a></td>
55
56
57
58
59
        </tr>
        <tr>
          <td>Chrome</td>
          <td>Navbar rendering problem on Windows after several clicks</td>
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=272750">Chromium issue #272750</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=119793">WebKit bug #119793</a></td>
60
          <td><a href="https://github.com/twbs/bootstrap/issues/9226">#9226</a></td>
61
62
63
64
65
        </tr>
        <tr>
          <td>Chrome</td>
          <td><code>display: table;</code> within <code>display: block;</code> forces sibling content to new line</td>
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=309483">Chromium issue #309483</a></td>
66
          <td><a href="https://github.com/twbs/bootstrap/issues/9950">#9950</a></td>
67
68
69
        </tr>
        <tr>
          <td>Chrome</td>
70
          <td>Unwanted vertical lines when printing styled <code>&lt;select&gt;</code> on OS X</td>
71
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=282918">Chromium issue #282918</a></td>
72
          <td><a href="https://github.com/twbs/bootstrap/issues/11245">#11245</a></td>
73
74
75
76
77
        </tr>
        <tr>
          <td>Chrome</td>
          <td>inline-block element collapses white-space on Windows</td>
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=329574">Chromium issue #329574</a></td>
78
          <td><a href="https://github.com/twbs/bootstrap/issues/11885">#11885</a></td>
79
80
81
82
83
        </tr>
        <tr>
          <td>Chrome</td>
          <td>Incorrect viewport size used for media queries when printing</td>
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=273306">Chromium issue #273306</a></td>
84
          <td><a href="https://github.com/twbs/bootstrap/issues/12078">#12078</a></td>
85
86
87
88
89
        </tr>
        <tr>
          <td>Chrome &amp; Safari</td>
          <td>OS X scrollbar clipped in <code>select[multiple]</code> with padding</td>
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=342208">Chromium issue #342208</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=128489">WebKit bug #128489</a></td>
90
          <td><a href="https://github.com/twbs/bootstrap/issues/12536">#12536</a></td>
91
92
93
        </tr>
        <tr>
          <td>Chrome</td>
94
          <td><code>display: table-cell; width: 100%;</code> doesn't work correctly on date <code>&lt;input&gt;</code></td>
95
          <td><a href="https://code.google.com/p/chromium/issues/detail?id=346051">Chromium issue #346051</a></td>
96
          <td><a href="https://github.com/twbs/bootstrap/issues/12548">#12548</a></td>
97
        </tr>
98
99
100
101
102
103
        <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://github.com/twbs/bootstrap/issues/13892">#13892</a></td>
        </tr>
104
105
106
107
        <tr>
          <td>Safari</td>
          <td>Insufficient CSS percentage precision</td>
          <td>(No public bug tracker)</td>
108
          <td><a href="https://github.com/twbs/bootstrap/issues/9282">#9282</a></td>
109
110
111
112
113
        </tr>
        <tr>
          <td>Safari</td>
          <td>Justified nav rendering bug</td>
          <td>(No public bug tracker)</td>
114
          <td><a href="https://github.com/twbs/bootstrap/issues/9774">#9774</a></td>
115
116
117
118
119
120
        </tr>
      </tbody>
    </table>
  </div>

</div>