- 13 Sep, 2014 2 commits
-
-
Heinrich Fenkart authored
Collapse: count `.collapsing` elements as actives; closes #13447
-
Chris Rebert authored
add role="tab" to .panel-heading-s in accordion example to improve accessibility
-
- 11 Sep, 2014 2 commits
-
-
Heinrich Fenkart authored
-
Heinrich Fenkart authored
Handle lack of .width and .height from getBoundingClientRect() in IE8
-
- 09 Sep, 2014 3 commits
-
-
Chris Rebert authored
-
Heinrich Fenkart authored
Make inDom check of tooltip cross document compatible
-
Heinrich Fenkart authored
Fixes #14483
-
- 08 Sep, 2014 29 commits
-
-
Heinrich Fenkart authored
-
Patrick H. Lauke authored
Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153.
-
Heinrich Fenkart authored
-
Heinrich Fenkart authored
Remove `aria-describedby` attribute later
-
Heinrich Fenkart authored
Ensure that hidden event is sent when content is really hidden (collapsi...
-
Heinrich Fenkart authored
-
Chris Rebert authored
-
Chris Rebert authored
Thanks to @collinanderson Closes #14567
-
Heinrich Fenkart authored
Revert #13855 due to #14263
-
Mark Otto authored
-
Heinrich Fenkart authored
Properly hide checkbox and radio inputs in button groups
-
Chris Rebert authored
Add @hnrch02 to Core Team members list
-
Chris Rebert authored
-
Mark Otto authored
-
Marat Abdullin authored
-
Chris Rebert authored
[skip sauce]
-
Mark Otto authored
-
Heinrich Fenkart authored
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137
-
Chris Rebert authored
-
Stefan Sundin authored
If opening a modal when a scrollbar is present, closing it, then resizing the window so the scrollbar disappears, then opening the modal again, the content would shift. This fixes the problem by always calculating the scrollbar width every time a modal is opened. Closes #14357.
-
XhmikosR authored
-
XhmikosR authored
-
Chris Rebert authored
Closes #14093 Correction to #14090 Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility
- 07 Sep, 2014 3 commits
- 06 Sep, 2014 1 commit
-
-
Mark Otto authored
Add section to docs explaining our stance on validators
-