mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-22 15:39:59 +00:00
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
4.5 KiB
4.5 KiB
layout | title |
---|---|
default | Wall of browser bugs |
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.
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, see our browser compatibility docs.
Browser(s) | Summary of bug | Upstream bug(s) | Bootstrap issue(s) |
---|---|---|---|
Firefox | .table-bordered with an empty <tbody> is missing borders |
Mozilla bug #1023761 | #13453 |
Firefox | Unusual default form control styles on Android | Closed Mozilla bug #900871, Open Mozilla bug #763671 | #8702 |
Firefox | max-width: 100%; doesn't work inside tables |
Mozilla bug #975632 | #10690 |
Chrome | Weird button behavior with some number <input> s |
Chromium issue #337668 | #8350, Normalize #283 |
Chrome | display: table; within display: block; forces sibling content to new line |
Chromium issue #309483 | #9950 |
Chrome | Unwanted vertical lines when printing styled <select> on OS X |
Chromium issue #282918 | #11245 |
Chrome | inline-block element collapses white-space on Windows | Chromium issue #329574 | #11885 |
Chrome | Incorrect viewport size used for media queries when printing | Chromium issue #273306 | #12078 |
Chrome & Safari | OS X scrollbar clipped in select[multiple] with padding |
Chromium issue #342208, WebKit bug #128489 | #12536 |
Chrome | display: table-cell; width: 100%; doesn't work correctly on date <input> |
Chromium issue #346051 | #12548 |
Chrome | <input type="password"> sporadically causes bad widths on floated elements |
Chrome issue #377346 | #13892 |
Safari | Insufficient CSS percentage precision | (No public bug tracker) | #9282 |
Safari | Justified nav rendering bug | (No public bug tracker) | #9774 |