Chris Rebert
d9edf28c5f
make new Carousel tests compatible with noConflict mode
2014-05-01 13:37:44 -07:00
Chris Rebert
b23ca2de41
add role="tooltip" to popovers; fixes #13481
2014-05-01 13:27:00 -07:00
Mark Otto
f20f66604b
Merge pull request #11966 from colllin/noconflict
...
Fix #11464 - JS noConflict() mode not working in 3.0.x
2014-04-30 17:43:43 -07:00
Chris Rebert
05d4932cad
Merge pull request #13396 from twbs/carousel-events
...
Carousel event properties
2014-04-25 19:35:38 -07:00
Chris Rebert
e114727ae9
Carousel.slide: rename e => slideEvent
2014-04-25 17:50:38 -07:00
Chris Rebert
4bd29bfcff
change 'slid' comments per @fat's feedback
2014-04-25 17:48:02 -07:00
Chris Rebert
4d0a8e31a4
Add direction & relatedTarget properties to slid.bs.carousel event
...
Fixes #13393
2014-04-24 19:02:47 -07:00
Collin Donahue-Oponski
a9f2b6ce0f
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-21 23:03:33 -06:00
fat
b9ae07d84a
fixes #13157 - Collapse plugin - issues with transition end event bubbling
2014-04-21 17:35:29 -07:00
Chris Rebert
f66a747615
add unit tests for Carousel slid events
2014-04-21 13:14:53 -07:00
Chris Rebert
9c4afc5772
spelling fixes in Carousel unit tests
2014-04-21 13:08:42 -07:00
Chris Rebert
d971ddb730
add missing operators to some JSCS rules that we already comply with
2014-04-20 16:33:23 -07:00
Tobias Lindig
a69bc3bc09
move call for removeBackdrop() to backdrop()
...
Closes #11958 by rebasing & merging it
2014-04-20 14:47:32 -07:00
Jacob
b02d3c7eff
Merge pull request #13306 from twbs/fat-11099
...
fixes #11099 - $.collapse() overrides the original dimension of the coll...
2014-04-20 12:12:17 -07:00
Jacob
4f427cbe32
Merge pull request #13354 from twbs/fat-13296
...
fixes #13296 Dropdown disappears with right-click on Firefox
2014-04-20 12:11:25 -07:00
Chris Rebert
170ba560c2
quote attribute value in ^= selector in button.js
2014-04-19 18:53:23 -07:00
Chris Rebert
a54e6d4ea9
rename jquery.js -> jquery.min.js since it's minified
2014-04-19 18:25:40 -07:00
Chris Rebert
0aaf2cdd3a
quote attribute values in selectors in JS unit tests for consistency
2014-04-19 17:45:58 -07:00
fat
f2af95353e
fixes #13296 Dropdown disappears with right-click on Firefox
2014-04-15 21:52:34 -07:00
fat
cd4696f723
fixes #11099 - $.collapse() overrides the original dimension of the coll...
2014-04-15 21:16:40 -07:00
Germán M. Bravo
82b066f0a9
Wait for the expected target during a collapse
...
Actually wait for the collapsed item to complete. If complete is called
with other target, instead of simply returning and do nothing, wait again
until the proper target triggers the event (otherwise this leaves collapse
in a broken state).
2014-04-12 14:44:35 -05:00
XhmikosR
45b476bdbf
JS: remove unused variables.
2014-04-09 10:01:48 +03:00
Collin Donahue-Oponski
d7a3771abd
When opening the dropdown, focus() the dropdown-toggle BEFORE triggering 'shown.bs.dropdown'
...
Closes #11281 by merging it (after rebasing & resolving conflicts)
2014-04-08 22:36:21 -07:00
Chris Rebert
5ef634dab9
replace $.bind() with $.on() in unit tests; per #13272
2014-04-03 18:13:16 -07:00
XhmikosR
2b30b48894
Fix the new JSHint warnings.
2014-04-03 10:53:13 +03:00
Chris Rebert
26f6807a3d
Add comments in carousel.js to clarify that "slid" is not a typo
...
Addresses #13248 .
2014-03-31 18:09:24 -07:00
Tyler Cipriani
0907244256
Modal body shift fix for IE10/11
...
Closes #13103 by merging it.
2014-03-28 23:45:22 -07:00
Jacob
b3421cf040
Merge pull request #13165 from stefanneculai/master
...
Fix popover when using append
2014-03-24 22:42:40 -04:00
Mark Otto
39fec66fc4
Merge branch 'master' into fat-9461
2014-03-24 19:30:17 -07:00
fat
4a2d337bf5
fixes #9461 - Make carousel ignore non-items in carousel-inner
2014-03-24 19:23:39 -07:00
Stefan Neculai
674b41dd63
Add test for popover.
2014-03-24 19:49:06 +02:00
Stefan Neculai
41628c90a2
Fix popover when using append.
2014-03-24 18:49:03 +02:00
XhmikosR
d74aee4093
tests/index.html: re-indent.
2014-03-24 09:30:44 +02:00
XhmikosR
cfb7093dc0
tests/index.html: add missing meta charset
.
2014-03-24 09:28:57 +02:00
XhmikosR
58ea8a5601
Update QUnit to v1.14.0.
2014-03-24 09:28:57 +02:00
Ben Ogle
8534e12523
Add tooltip viewport
option, respect bounds of the viewport
2014-03-21 11:28:13 -07:00
Chris Rebert
7cf7e42c67
Merge branch 'hnrch02-modal-toggle'
2014-03-16 20:24:59 -07:00
Heinrich Fenkart
4e4e456341
Fix #12845 - Modal#hide should only be called with an event argument
...
Closes #12850
2014-03-16 20:24:33 -07:00
Jacob
fa4379de08
Merge pull request #12862 from sultano/patch-1
...
Fixed flickering and simplified calculations
2014-03-16 20:24:21 -07:00
Zlatan Vasović
ead17b7ca6
Fix #12375 : stop using document.body.scrollTop as it's deprecated in the strict mode
...
Closes #12377
2014-03-16 20:10:52 -07:00
Tobias Lindig
0f366e0376
correct event naming of scroll
and `load' event
...
closes #12337
2014-03-16 19:58:12 -07:00
fat
615dcb5ca0
fixes #9855
2014-03-16 18:38:47 -07:00
Julian Thilo
6d882a6420
Fix JSHint errors
...
X-Ref: 8c9739d477
2014-03-14 18:16:36 +01:00
Chris Rebert
b50d4a176f
Merge pull request #13060 from twbs/role-tooltip
...
add role="tooltip" to tooltips by default to improve accessibility
2014-03-13 21:50:01 -07:00
Jacob
905c78129f
Merge pull request #11937 from IHomer/master
...
Fix: IE10 or lower incorrectly determines the scrollheight of the body. ...
2014-03-13 21:45:04 -07:00
Jacob
8c9739d477
Merge pull request #11453 from moodyroto/patch-1
...
fix scrollspy for targets within tabs
2014-03-13 21:44:05 -07:00
Chris Rebert
8a6cdff825
add role="tooltip" to tooltips by default to improve accessibility
...
See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip
2014-03-13 15:05:13 -07:00
Chris Rebert
6dd51fab44
fix #12771
2014-03-10 00:06:38 -07:00
XhmikosR
9d027d2bee
Remove unneeded quotes.
2014-03-09 11:10:52 +02:00
fat
4d96e69a55
fixes #9836
2014-03-08 19:45:38 -08:00