Herst
612eff6369
Remove usage of dropped .checkbox from docs ( #23655 )
2017-09-04 15:31:18 -07:00
Tanguy Krotoff
c770e68836
Drop Bower support ( #23568 )
2017-09-04 15:29:05 -07:00
Herst
b5e986cd6b
IE11 supports pointer-events CSS property
...
See http://caniuse.com/#feat=pointer-events
2017-09-04 15:22:26 -07:00
Johann-S
a20f614fe4
js-minify task should just minify our dist files not our docs.min.js
2017-09-04 16:15:47 +02:00
Johann-S
6583896817
Merge pull request #23814 from alundiak/alundiak-patch-1
...
Suggestion to use consistent information about running docs locally
2017-09-04 10:47:00 +02:00
Andrii Lundiak
edd776b5a0
Suggestion to use consistent information about running docs locally
...
Idea is about to leave Ruby/Bundler commands in tooling section/readme/space, and on main readme use npm scripts syntax.
2017-09-03 15:32:18 +02:00
Johann-S
900da3e235
Merge pull request #23732 from techdavid/fix-jumping-modal-on-resize
...
Fix jumping modal when the viewport is resized
2017-09-03 13:00:10 +02:00
Johann-S
e04e42d08c
Merge branch 'v4-dev' into fix-jumping-modal-on-resize
2017-09-03 12:56:04 +02:00
Johann-S
2e5f1e2286
Merge pull request #23671 from Herst/patch-5
...
Remove speculations about jQuery 3
2017-09-02 19:35:08 +02:00
Johann-S
bfa4df21f3
Merge branch 'v4-dev' into patch-5
2017-09-02 19:31:12 +02:00
Johann-S
8f7a8cf5a7
Merge pull request #23807 from vsn4ik/fix-migration-buttons-stateful-link
...
Fix migration button stateful link
2017-09-02 19:19:22 +02:00
vsn4ik
7a4285b4e7
Fix migration button stateful link
2017-09-02 16:55:46 +03:00
Vasilii Artemchuk
4b9c2ea5a8
Update yarn URL in README.md ( #23795 )
2017-09-02 15:41:16 +03:00
Johann-S
10ff1c70ce
Merge pull request #23718 from techdavid/fix-unwanted-padding-on-modal
...
Fix unwanted body padding when a modal is opened
2017-09-02 09:09:41 +02:00
Johann-S
37e105333d
Merge branch 'v4-dev' into fix-unwanted-padding-on-modal
2017-09-02 09:04:04 +02:00
Eugenio
56e415d57d
Correct typo ( #23805 )
...
Shouldn't this be 'output' ?
2017-09-01 22:58:53 +01:00
Patrick H. Lauke
e0c95f88db
Correct typo in in-page anchor ( #23777 )
...
Fixes https://github.com/twbs/bootstrap/issues/23773
2017-09-01 15:01:17 +03:00
Johann-S
c7d9762413
Merge pull request #23684 from andresgalante/breadcrumbs-a11y
...
Adds accessibility notes to breadcrumbs
2017-09-01 08:19:57 +02:00
Andres Galante
346f60cbd9
adds accecibility notes to breadcrumbs
2017-08-31 17:44:04 -04:00
Johann-S
a4667be152
Regroup our jQuery check in the same IIFE
2017-08-31 20:54:15 +03:00
Johann-S
c3fe53cd42
Use rollup to add our copyright instead of a custom script
2017-08-31 19:12:32 +02:00
Johann-S
9936bf5944
Create a bundled release of Bootstrap with Popper.js inside
2017-08-31 18:43:04 +02:00
Herst
0165a620ec
Adapt UglifyJS config for IE10
...
See mishoo/UglifyJS2#2198
2017-08-31 16:40:26 +02:00
Johann-S
870b743b81
Wall of Browser Bugs: Update table-cell border Chrome bug ref #23753
2017-08-31 14:12:05 +02:00
Chris Rebert
6cd6777943
Wall of Browser Bugs: Update table-cell border Chrome bug ref
...
https://crbug.com/568691 has been succeeded by https://crbug.com/749848
2017-08-30 14:19:08 -07:00
Johann-S
e1a9f63b14
Collapse - typo correct aria-controls for multi collapse
2017-08-30 08:41:57 +02:00
Chirag Modi
b04a7c7663
typo correct aria-controls
2017-08-30 11:37:45 +05:30
David Bailey
45baa15932
Merge branch 'v4-dev' into fix-jumping-modal-on-resize
2017-08-29 22:42:49 +01:00
David Bailey
a766dd5692
Merge branch 'v4-dev' into fix-unwanted-padding-on-modal
2017-08-29 22:42:29 +01:00
Johann-S
0b06ad69d2
Merge branch 'v4-dev' into patch-5
2017-08-29 21:32:52 +02:00
Jqmey
1ea63d1312
Fix misspell
2017-08-29 08:53:44 -07:00
David Bailey
cbaf7a7b79
Fix failing test
...
_adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized
2017-08-29 15:42:58 +01:00
David Bailey
ce41d3fd15
Add failing test
2017-08-29 15:36:37 +01:00
David Bailey
2622a015f2
Fix unit tests in PhantomJS
...
Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test.
One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow).
2017-08-29 12:01:41 +01:00
David Bailey
3f2a8db471
Use getBoundingClientRect instead of jQuery
2017-08-28 18:55:45 +01:00
David Bailey
2725acc9e5
Use jQuery outerWidth instead of offsetWidth
2017-08-28 18:44:56 +01:00
David Bailey
a4fff7c383
Fix unwanted body padding when a modal opens
...
Prevents the test from failing
2017-08-28 18:35:47 +01:00
David Bailey
487513ff03
Add failing test
...
When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin.
2017-08-28 16:21:04 +01:00
Christian Oliff
78f29d2b3c
Update URL for supported browsers
2017-08-27 18:19:57 +10:00
Valentin Alexiev
e8a03ea591
Add missing class in the list-group example with links ( #23677 )
2017-08-26 15:05:53 +03:00
XhmikosR
e60c451e8b
Run all lint targets in test
script. ( #23685 )
2017-08-26 14:57:50 +03:00
XhmikosR
8876334b7f
Fix npm run docs-github
script. ( #23688 )
...
`$npm_config_tmp` is a non-existent variable.
Also, use double quotes since single ones don't work.
Finally, git ignore the temp file.
2017-08-26 12:59:04 +03:00
meeque
9612830701
Add unit test for xss in data target attribute
2017-08-25 23:20:14 +01:00
Johann-S
bcad4bcb5f
Fix XSS in data-target
2017-08-25 23:20:14 +01:00
David Bailey
ba6a6f1369
Fix sticky margin when a modal is opened ( #23669 )
...
* Adjust margin for sticky elements on modal
Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661 .
* Add unit tests for margin of sticky elements on modal
2017-08-25 22:01:41 +01:00
Herst
0fdbaaf885
Remove speculations about jQuery 3
2017-08-25 14:01:34 +02:00
Johann-S
5a90b4aa3e
Collapse - preventDefault only on <a> elements not inside the collapsible
...
element
2017-08-25 09:48:35 +01:00
Johann-S
4571ab0e57
Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover was disabled
2017-08-24 09:33:49 +01:00
XhmikosR
3a6fc265f6
Use the Jekyll config variable for popper.min.js.
2017-08-23 10:43:57 +03:00
Johann-S
a416d32521
Update Popper.js to 1.12.3
2017-08-23 10:43:57 +03:00