1. 29 Oct, 2017 2 commits
  2. 20 Oct, 2017 1 commit
  3. 16 Oct, 2017 1 commit
  4. 03 Oct, 2017 1 commit
    • Roman O's avatar
      Offset option for dropdown can be function (#24222) · 527f55c2
      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
      527f55c2
  5. 26 Sep, 2017 1 commit
    • XhmikosR's avatar
      Normalize all links. (#24109) · 31c87219
      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
      31c87219
  6. 07 Sep, 2017 3 commits
  7. 23 Aug, 2017 2 commits
  8. 11 Aug, 2017 4 commits
  9. 28 Jul, 2017 1 commit
  10. 04 Jul, 2017 1 commit
  11. 14 Jun, 2017 1 commit
  12. 30 May, 2017 2 commits
  13. 28 May, 2017 1 commit
  14. 24 May, 2017 2 commits
  15. 17 May, 2017 1 commit
  16. 14 May, 2017 6 commits
  17. 18 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Add dropdown menu accessibility callout and fix <a> example · 9a3e002e
      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)
      9a3e002e
  18. 14 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Replace dropdown backdrop hack with cleaner JS-only hack · 6d64afe5
      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...
      6d64afe5
  19. 12 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Reword "mobile" to "touch-enabled" · 3275ca4b
      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
      3275ca4b
  20. 04 Jan, 2017 1 commit
  21. 08 Dec, 2016 1 commit
  22. 27 Oct, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 03 Oct, 2016 2 commits
    • Bardi Harborow's avatar
    • Mark Otto's avatar
      v4: Social meta tags (#20825) · 7bf868a7
      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
      7bf868a7
  25. 22 Aug, 2016 1 commit