- 29 Oct, 2017 2 commits
- 20 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 16 Oct, 2017 1 commit
-
-
Johann-S authored
* Add dispose methods in our documentation * Update buttons.md
-
- 03 Oct, 2017 1 commit
-
-
Roman O authored
* Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method
-
- 26 Sep, 2017 1 commit
-
-
XhmikosR authored
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
-
- 07 Sep, 2017 3 commits
- 23 Aug, 2017 2 commits
- 11 Aug, 2017 4 commits
-
-
Jan Karlo Dela Cruz authored
-
XhmikosR authored
-
Mark Otto authored
-
- 28 Jul, 2017 1 commit
-
-
Johann-S authored
-
- 04 Jul, 2017 1 commit
-
-
Johann-S authored
-
- 14 Jun, 2017 1 commit
-
-
Johann-S authored
-
- 30 May, 2017 2 commits
- 28 May, 2017 1 commit
-
-
Mark Otto authored
-
- 24 May, 2017 2 commits
-
-
Heiko Jansen authored
Remove class and attributes from buttons which are not expected to trigger dropdowns. Code used to render the examples is correct but code shown was not.
-
Johann-S authored
-
- 17 May, 2017 1 commit
-
-
Johann-S authored
-
- 14 May, 2017 6 commits
- 18 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
As the question often comes up about why Bootstrap does not do "true" ARIA menus (with their `role="menu"` etc), add an admittedly lengthy note (tl;dr because BS is generic, and ARIA menus are specific and quite limiting). Additionally, fixes up the `<a>` example for dropdown trigger, with the missing `role="button"` and neutering the `href` (which would be useless anyway since BS overrides the link-like nature of the `<a>` so it could never be triggered/followed anyway)
-
- 14 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
* Replace backdrop with simple noop mouse listener As discussed in https://github.com/twbs/bootstrap/pull/22422 the current approach of injecting a backdrop (to work around iOS' broken event delegation for the `click` event) has annoying consequences on touch-enabled laptop/desktop devices. Instead of a backdrop `<div>`, here we simply add extra empty/noop mouse listeners to the immediate children of `<body>` (and remove them when the dropdown is closed) in order to force iOS to properly bubble a `click` resulting from a tap (essentially, method 2 from https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html) This is sufficient (except in rare cases where the user does manage to tap on the body itself, rather than any child elements of body - which is not very likely in an iOS phone/tablet scenario for most layouts) to get iOS to get a grip and do the correct event bubbling/delegation, meaning the regular "click" event w...
-
- 12 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
...as touch is not exclusive to "mobile" anymore nowadays. also explicitly clarifies this is a fix for iOS, and that it impacts touch laptops etc as well. lastly, renames the variable from "dropdown" to "backdrop" for clarity/consistency
-
- 04 Jan, 2017 1 commit
-
-
Mark Otto authored
-
- 08 Dec, 2016 1 commit
-
-
Starsam80 authored
-
- 27 Oct, 2016 1 commit
-
-
Einar Gangsø authored
-
- 25 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 03 Oct, 2016 2 commits
-
-
Bardi Harborow authored
-
Mark Otto authored
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
-
- 22 Aug, 2016 1 commit
-
-
Mark Otto authored
-