| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-11 | Slightly expand accessible modals callout | Patrick H. Lauke | 1 | -1/+1 | |
| to include a note about `role="document"` | |||||
| 2015-06-11 | Add role="document" to modal itself | Patrick H. Lauke | 1 | -6/+6 | |
| Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys | |||||
| 2015-05-18 | Clarify the bs-callout on multiple open modals | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear. | |||||
| 2015-05-17 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| 2015-04-01 | indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵ | fyquah95 | 1 | -36/+36 | |
| spaces | |||||
| 2015-03-25 | rm redundant aria-hidden usage from Modals; fixes #16020 | Chris Rebert | 1 | -12/+12 | |
| 2015-03-24 | add missing <code> within docs heading for `.modal('handleUpdate')` | Chris Rebert | 1 | -1/+1 | |
| 2015-03-03 | Javascript docs: Accessibility and cosmetic changes to headings. | Steven Black | 1 | -4/+4 | |
| Closes #15915 by merging it. | |||||
| 2015-03-03 | Properly document Modal#handleUpdate | Heinrich Fenkart | 1 | -3/+5 | |
| 2015-02-25 | Document how to properly handle modals with dynamic content height | Kevin Kirsche | 1 | -0/+3 | |
| Fixes #15106. Closes #15910. | |||||
| 2015-02-19 | Fix #15712: Add example of how to use grid system within a modal | Kevin Kirsche | 1 | -0/+96 | |
| Closes #15725 by merging a tweaked version of it. | |||||
| 2015-02-12 | fix indentation of highlighted code in Modal docs | Chris Rebert | 1 | -5/+5 | |
| 2015-02-06 | Update Twitter handle: @twbootstrap => @getbootstrap | Chris Rebert | 1 | -2/+2 | |
| Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo | |||||
| 2015-02-03 | Clarify target of modal events | Chris Rebert | 1 | -0/+1 | |
| 2015-01-21 | Move inline CSS to docs.css. | XhmikosR | 1 | -7/+7 | |
| 2014-12-07 | ``aria-label="close"`` instead of sr-only ``span`` | Patrick H. Lauke | 1 | -8/+8 | |
| shorter, neater, well supported | |||||
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 1 | -1/+1 | |
| Refs #11410 | |||||
| 2014-11-20 | Merge pull request #15111 from twbs/events-tables-wrapping | Chris Rebert | 1 | -1/+1 | |
| Don't line wrap event names in JS plugin docs | |||||
| 2014-11-17 | Merge pull request #15125 from patrickhlauke/docs-clean-up | Chris Rebert | 1 | -2/+2 | |
| Docs clean up - unnecessary role attributes, callout clarifications | |||||
| 2014-11-16 | Add modal autofocus example | hillai | 1 | -1/+6 | |
| 2014-11-14 | Redundant role="form" on <form>s | Patrick H. Lauke | 1 | -2/+2 | |
| 2014-11-13 | give all docs callouts IDs | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2014-11-12 | Don't line wrap event names in JS plugin docs | Chris Rebert | 1 | -1/+1 | |
| 2014-11-11 | JS docs: add Options, Methods, Events subsections to nav sidebar | Chris Rebert | 1 | -3/+3 | |
| 2014-11-03 | Add event.relatedTarget + `data-*` example to Modal docs | Chris Rebert | 1 | -0/+80 | |
| Fixes #14245 | |||||
| 2014-10-30 | Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1 | hillai | 1 | -1/+1 | |
| Closes #14941 | |||||
| 2014-09-23 | Document that the autofocus attribute doesn't work in modals. | Chris Rebert | 1 | -2/+4 | |
| Closes #14478. | |||||
| 2014-09-15 | modal docs: ensure all <button>s have an explicit `type` attribute | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2014-07-05 | `remote` modal docs: mention jQuery.load and other JS options as alternatives | Chris Rebert | 1 | -1/+3 | |
| [skip sauce] | |||||
| 2014-07-03 | modal docs formatting tweak | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2014-07-03 | Mark the `remote` option of the Modal plugin as deprecated. | Chris Rebert | 1 | -1/+1 | |
| Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX. | |||||
| 2014-06-30 | Fix inconsistency between demo and displayed code for modal demo | Patrick Robertson | 1 | -1/+1 | |
| Fixes #13991 | |||||
| 2014-05-03 | Improve accessibility of close buttons in modals & alerts | Chris Rebert | 1 | -6/+6 | |
| Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog | |||||
| 2014-03-16 | Break up docs into includes | Mark Otto | 1 | -0/+333 | |
