| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-13 | handle # selector for dropdown | Johann-S | 1 | -0/+31 | |
| 2015-07-27 | Fix triggering of {shown,hidden}.bs.dropdown events so relatedTarget gets ↵ | Johann-S | 1 | -0/+32 | |
| set properly Fixes #16828 Closes #16865 | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 1 | -5/+5 | |
| 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-03-21 | Fix #16072: Clicking into input field within dropdown no longer closes the ↵ | Emmanuel Bourgerie | 1 | -0/+38 | |
| dropdown Closes #16073 by merging it | |||||
| 2015-03-09 | Disable jQuery event aliases when running test suite | Chris Rebert | 1 | -21/+21 | |
| To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either. | |||||
| 2015-03-03 | [Fixes #15953] Implement assert.expect in each unit test | Kevin Kirsche | 1 | -0/+15 | |
| [Fixes #15953] Implement `assert.expect` in each unit test | |||||
| 2015-02-26 | Unit tests: Use new names of module hooks | Heinrich Fenkart | 1 | -2/+2 | |
| Refs #15893 | |||||
| 2015-02-26 | Dropdowns: Skip `.disabled` instead of `.divider` on keydown event | vsn4ik | 1 | -0/+21 | |
| Fixes #15147. Closes #15520 by merging it. | |||||
| 2015-02-25 | Dropdown unit tests: Tiny style changes | Heinrich Fenkart | 1 | -3/+5 | |
| 2015-02-24 | Add unit test of aria-expanded to dropdown suite | Kevin Kirsche | 1 | -0/+47 | |
| Redo of #15876 | |||||
| 2015-02-23 | JS unit tests: use QUnit.module() & QUnit.test() everywhere | Chris Rebert | 1 | -14/+14 | |
| [skip validator] | |||||
| 2015-02-23 | JS unit tests: use modern QUnit assert object everywhere | Chris Rebert | 1 | -33/+33 | |
| 2015-01-20 | update JS unit tests to future-proof QUnit 1.16.0 API | Chris Rebert | 1 | -9/+9 | |
| [skip validator] | |||||
| 2014-11-12 | Dropdown: ignore keydown events coming from `input`s and `textarea`s | Heinrich Fenkart | 1 | -0/+41 | |
| Fixes #15084. | |||||
| 2014-07-06 | Move to leading pluses | Heinrich Fenkart | 1 | -93/+93 | |
| 2014-07-06 | Clean dropdown unit tests up | Heinrich Fenkart | 1 | -78/+77 | |
| 2014-06-06 | Comply to the new style. | XhmikosR | 1 | -20/+21 | |
| 2014-04-21 | #11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵ | Collin Donahue-Oponski | 1 | -15/+24 | |
| reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object | |||||
| 2014-04-03 | replace $.bind() with $.on() in unit tests; per #13272 | Chris Rebert | 1 | -4/+4 | |
| 2014-02-14 | Re-indent test files. | XhmikosR | 1 | -208/+208 | |
| 2013-12-19 | No leading pluses | Zlatan Vasović | 1 | -94/+93 | |
| 2013-12-16 | Require comma on left side | Zlatan Vasović | 1 | -28/+28 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 1 | -17/+17 | |
| 2013-07-31 | Removed trailing whitespaces | Cesidio Di Landa | 1 | -6/+6 | |
| Changed hard tabs to soft tabs | |||||
| 2013-05-24 | add show/shown hide/hidden events to dropdown + update dropdown links for ↵ | Jacob Thornton | 1 | -0/+67 | |
| testing + catch a few missed namespace things | |||||
| 2013-05-16 | change namespace back to dot notation and someother js shizzle | fat | 1 | -3/+4 | |
| 2013-05-16 | change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵ | fat | 1 | -3/+3 | |
| allows for firefox middle click | |||||
| 2013-05-16 | a bunch javascript junk | fat | 1 | -0/+151 | |
