https://github.com/twbs/bootstrap
Revision 9c3e7e5861e6ba200a75bf4a63d0e5be0ef9f608 authored by Patrick H. Lauke on 28 February 2015, 15:41:55 UTC, committed by Patrick H. Lauke on 28 February 2015, 15:41:55 UTC
Fixes "clickability" issue (and more generally, the firing of events
such as focus as well) for traditionally non-focusable elements with
role="button" (see
https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)

Fixes #15935
1 parent ad379ff
Raw File
Tip revision: 9c3e7e5861e6ba200a75bf4a63d0e5be0ef9f608 authored by Patrick H. Lauke on 28 February 2015, 15:41:55 UTC
iOS fix for role="button" elements; [fixes #15935]
Tip revision: 9c3e7e5
composer.json
{
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "http://getbootstrap.com",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    },
    {
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  },
  "license": "MIT",
  "extra": {
    "branch-alias": {
      "dev-master": "3.3.x-dev"
    }
  },
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top