aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Collapse)AuthorFilesLines
2014-06-08Merge pull request #13755 from twbs/fat-visual-testJacob11-0/+871
Adds isolated visual tests for javascript plugins (decoupled from docs)....
2014-06-07Adds isolated visual tests for javascript plugins (decoupled from docs). ↵fat11-0/+871
This makes it faster and easier to test/develop js functionality not represented in unit tests, and gives us a playground for interactions, etc. It also makes it so developing javascript is now decoupled form jekyll, which should make everything faster and less painful. This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70 which broke scrollspy for dropdowns.
2014-06-07put the tooltips into the DOM in the tooltip unit testsChris Rebert1-4/+12
2014-06-07add failing test for #13268Chris Rebert1-0/+27
2014-06-07Merge pull request #13388 from twbs/xhmikosr-js-styleXhmikosR13-137/+158
Improve JS style
2014-06-06Merge pull request #13627 from twbs/maybe-fix-12364Chris Rebert1-0/+51
Hopefully fixes trigger focus restoration on modal close
2014-06-06Minor style tweaks.XhmikosR3-10/+15
2014-06-06Comply to the new style.XhmikosR11-128/+140
2014-06-06Tweak JSHint and JSCS checks.XhmikosR2-1/+5
Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest.
2014-05-23Merge pull request #13589 from mrobinet/scrollspy-maxScroll-with-offsetChris Rebert1-2/+36
Adjust for Scrollspy offset when calculating maxScroll.
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert2-0/+21
Add tooltip self-reference to address #12320
2014-05-23Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480Chris Rebert1-0/+30
Aria describedby tooltip: #13480
2014-05-19Hopefully a fix for #12364Chris Rebert1-0/+51
* register the callback before invoking the toggling * listen for `hidden` instead of `hide` * account for the possibility of the associated `show` event being preventDefault-ed Adds relevant unit tests.
2014-05-19fix typo in assertion descriptionChris Rebert1-1/+1
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett1-0/+30
Generates a unique id for tooltip and adds [aria-describedby] to the element it is called on. Resolves issue #13480 - set up test - linted the code styles - passed the tests - integrated feedback from @cvrebert
2014-05-14Add tooltip self-reference to address #12320j.corns2-0/+21
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.
2014-05-13Add Scrollspy maxScroll with offset test.Mike Robinet1-2/+36
2014-05-13Update jQuery to v1.11.1.XhmikosR1-4/+4
2014-05-05Allow for resetText of a button to be a falsey value; fixes #13466Heinrich Fenkart1-0/+20
2014-05-01make new Carousel tests compatible with noConflict modeChris Rebert1-2/+2
2014-04-30Merge pull request #11966 from colllin/noconflictMark Otto11-239/+338
Fix #11464 - JS noConflict() mode not working in 3.0.x
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski11-239/+338
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-21add unit tests for Carousel slid eventsChris Rebert1-0/+26
2014-04-21spelling fixes in Carousel unit testsChris Rebert1-3/+3
2014-04-20Merge pull request #13306 from twbs/fat-11099Jacob1-2/+2
fixes #11099 - $.collapse() overrides the original dimension of the coll...
2014-04-19rename jquery.js -> jquery.min.js since it's minifiedChris Rebert2-1/+1
2014-04-19quote attribute values in selectors in JS unit tests for consistencyChris Rebert2-3/+3
2014-04-15fixes #11099 - $.collapse() overrides the original dimension of the coll...fat1-2/+2
2014-04-09JS: remove unused variables.XhmikosR5-23/+22
2014-04-03replace $.bind() with $.on() in unit tests; per #13272Chris Rebert2-9/+9
2014-03-24Merge pull request #13165 from stefanneculai/masterJacob1-0/+29
Fix popover when using append
2014-03-24Merge branch 'master' into fat-9461Mark Otto4-138/+286
2014-03-24fixes #9461 - Make carousel ignore non-items in carousel-innerfat1-0/+28
2014-03-24Add test for popover.Stefan Neculai1-0/+29
2014-03-24tests/index.html: re-indent.XhmikosR1-68/+68
2014-03-24tests/index.html: add missing `meta charset`.XhmikosR1-0/+1
2014-03-24Update QUnit to v1.14.0.XhmikosR2-69/+139
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-2/+79
2014-03-14Fix JSHint errorsJulian Thilo1-36/+35
X-Ref: https://github.com/twbs/bootstrap/commit/8c9739d4773c268b114296d90e61b5f4e2932517
2014-03-13Merge pull request #11453 from moodyroto/patch-1Jacob1-0/+37
fix scrollspy for targets within tabs
2014-03-10fix #12771Chris Rebert1-1/+1
2014-03-09Remove unneeded quotes.XhmikosR1-6/+6
2014-02-28Switch to using JSCS for the indentation check.XhmikosR1-13/+12
2014-02-21updated qunit test reporting so sauce labs can report failing testsjonahss1-2/+26
2014-02-18Merge pull request #12058 from ZDroid/utiXhmikosR4-45/+45
Remove semicolons from JS tests
2014-02-18Improve `js/tests/index.html`Zlatan Vasović1-6/+5
- Improve comments. - Remove `transition.js` script load as `transition.js` unit test doesn't exist.
2014-02-17Remove semicolons from JS testsZlatan Vasović4-45/+45
2014-02-14Re-indent test files.XhmikosR11-1470/+1470
2014-01-30Update jQuery to v1.11.0.XhmikosR1-6/+4
Also, use Google's CDN per #11369.
2014-01-16Revert "Add tooltip `viewport` option, respect bounds of the viewport"Chris Rebert1-63/+2
This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html