| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-18 | Switch to lowercase `doctype`. | XhmikosR | 12 | -12/+12 | |
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 1 | -3/+3 | |
| 2018-10-08 | Fix HTML validation errors and lint tests too. | XhmikosR | 12 | -18/+17 | |
| 2018-08-19 | fix unit tests | Johann-S | 3 | -0/+16 | |
| 2017-09-14 | Fix XSS in Alert, Carousel, Collapse, Dropdown and Modal | Johann-S | 2 | -1/+6 | |
| 2016-02-18 | Bump html5shiv to v3.7.3 | Chris Rebert | 12 | -12/+12 | |
| Fixes #19262 Thanks to @coliff for pointing out that we were using an outdated version. | |||||
| 2016-02-16 | Visual/manual test for checkbox/radio button kbd behavior | Patrick H. Lauke | 1 | -2/+5 | |
| 2016-02-16 | button.js: Fix keyboard navigation | Fabrice Daugan | 1 | -0/+2 | |
| This PR fixes the keyboard navigation again while still keeping #16223 fixed. Closes #19192 | |||||
| 2015-12-22 | Add visual test for #18365 | Chris Rebert | 1 | -0/+43 | |
| See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 3 | -57/+57 | |
| as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately) | |||||
| 2015-05-02 | Fix issue where affixed element has incorrect positioning | Carlo Stearns | 1 | -0/+317 | |
| when used with a sticky footer layout. Adds visual test for affix with sticky footer. Closes #15694. Refs #15032. | |||||
| 2015-03-25 | rm redundant aria-hidden usage from Modals; fixes #16020 | Chris Rebert | 1 | -1/+1 | |
| 2015-03-24 | Merge pull request #15987 from twbs/fix-15972 | Chris Rebert | 2 | -5/+5 | |
| add role="button" to a[data-toggle="collapse"] | |||||
| 2015-03-07 | add togglable scrollbar-inducing content to Modal visual test | Chris Rebert | 1 | -0/+18 | |
| 2015-03-07 | add static navbar to Modal visual test | Chris Rebert | 1 | -0/+23 | |
| 2015-03-03 | add role="button" to a[data-toggle="collapse"]; fixes #15972 | Chris Rebert | 2 | -5/+5 | |
| 2015-03-03 | Modal: Fix backdrop not readjusting when height changes | Heinrich Fenkart | 1 | -2/+36 | |
| Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927. | |||||
| 2014-11-05 | Update head of all visual tests to use our basic template | Heinrich Fenkart | 11 | -13/+126 | |
| 2014-10-07 | Change Twitter links to use `https`. | XhmikosR | 1 | -20/+20 | |
| 2014-10-03 | Add missing collapse JS files to dropdown visual test | Maarten Van Hoof | 1 | -0/+1 | |
| Closes #14726. | |||||
| 2014-07-18 | Add a bottom affixed element to affix visual tests. | Charles B Johnson | 1 | -5/+63 | |
| 2014-07-06 | Merge pull request #14021 from ↵ | Mark Otto | 2 | -2/+2 | |
| CFXd/add_collapsed_default_class_to_navbar_collapse_button Add collapsed default class to navbar-toggle | |||||
| 2014-07-02 | Add collapsed default class to navbar-toggle | Michael Silber | 2 | -2/+2 | |
| 2014-06-25 | Add a few more cases to the visual test tab page | Heinrich Fenkart | 1 | -4/+105 | |
| 2014-06-07 | Adds isolated visual tests for javascript plugins (decoupled from docs). ↵ | fat | 11 | -0/+871 | |
| This makes it faster and easier to test/develop js functionality not represented in unit tests, and gives us a playground for interactions, etc. It also makes it so developing javascript is now decoupled form jekyll, which should make everything faster and less painful. This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70 which broke scrollspy for dropdowns. | |||||
