diff options
| author | Mark Otto <[email protected]> | 2014-06-11 09:27:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-11 09:27:07 -0700 |
| commit | 85935f75cce984b204b86067186867a58d566ef0 (patch) | |
| tree | f23d360d25ac832b785f344b42a5fbd0f27afbec /docs | |
| parent | e042c6398a21cc6d829307f7a6938af731712ae6 (diff) | |
| download | bootstrap-85935f75cce984b204b86067186867a58d566ef0.tar.xz bootstrap-85935f75cce984b204b86067186867a58d566ef0.zip | |
Fixes #13453: add firefox table-border and tbody bug to wall of bugs
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 bb4b7e18e..48ad8abef 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -25,6 +25,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <tbody> <tr> <td>Firefox</td> + <td><code>.table-bordered</code> with an empty <code><tbody></code> elements show no borders at all</td> + <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> + <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> <td><a href="https://github.com/twbs/bootstrap/issues/8702">#8702</a></td> |
