- 20 Feb, 2019 1 commit
-
-
Johann-S authored
-
- 19 Feb, 2019 1 commit
-
-
Patrick H. Lauke authored
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
-
- 05 Feb, 2019 1 commit
-
-
Jason Golieb authored
-
- 20 Oct, 2018 1 commit
-
-
galczo5 authored
-
- 13 Sep, 2018 1 commit
-
-
Johann-S authored
-
- 25 Jun, 2018 1 commit
-
-
jakubhonisek authored
-
- 22 May, 2018 1 commit
-
-
Johann-S authored
-
- 13 Apr, 2018 1 commit
-
-
Johann-S authored
-
- 10 Apr, 2018 1 commit
-
-
Johann-S authored
* Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements
-
- 26 Mar, 2018 1 commit
-
-
vsn4ik authored
-
- 12 Feb, 2018 1 commit
-
-
Johann-S authored
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
-
- 11 Jan, 2018 1 commit
-
-
XhmikosR authored
-
- 12 Dec, 2017 1 commit
-
-
Troy Morehouse authored
-
- 27 Oct, 2017 2 commits
-
-
Johann-S authored
-
Pierre-Denis Vanduynslager authored
-
- 22 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 04 Jul, 2017 1 commit
-
-
Johann-S authored
-
- 14 Jun, 2017 1 commit
-
-
Johann-S authored
-
- 14 May, 2017 1 commit
-
-
Johann-S authored
-
- 08 Feb, 2017 1 commit
-
-
Pierre-Denis Vanduynslager authored
-
- 21 Jan, 2017 4 commits
-
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
-
Pierre-Denis Vanduynslager authored
-
- 06 Jan, 2017 1 commit
-
-
Pierre-Denis Vanduynslager authored
-
- 02 Jan, 2017 1 commit
-
-
Pierre-Denis Vanduynslager authored
* Close dropdown menu when focusing an outside element * Update unit test to new markup
-
- 08 Dec, 2016 1 commit
-
-
Starsam80 authored
-
- 24 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 25 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 02 Oct, 2015 1 commit
-
-
Johann-S authored
-
- 27 Jul, 2015 1 commit
-
- 02 Jun, 2015 1 commit
-
-
Patrick H. Lauke authored
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)
-
- 21 Mar, 2015 1 commit
-
-
Emmanuel Bourgerie authored
Closes #16073 by merging it
-
- 09 Mar, 2015 1 commit
-
-
Chris Rebert authored
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.
-
- 03 Mar, 2015 1 commit
-
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
- 26 Feb, 2015 2 commits
-
-
Heinrich Fenkart authored
Refs #15893
-
- 25 Feb, 2015 1 commit
-
-
Heinrich Fenkart authored
-
- 24 Feb, 2015 2 commits
-
-
Kevin Kirsche authored
Redo of #15876
-
Chris Rebert authored
[skip validator]
-