aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02[V4] Throw error when a plugin is in transition (#17823)Johann4-2/+87
* Throw error when a plugin is in transition * Add unit tests about plugins in transition
2016-11-25Added a virtual testmatus1-1/+7
2016-11-13Update visual tests.Bardi Harborow10-790/+760
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S3-4/+4
2016-10-12v4: Fix outdated utilites classesvsn4ik3-9/+9
2016-10-11Collapse using card componentJohann-S2-39/+39
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-3/+3
2016-02-27JS visual tests: Remove usages of defunct .page-header classChris Rebert9-27/+9
[skip sauce]
2016-02-19Fix validation errors.XhmikosR2-2/+2
[skip sauce]
2016-02-16Visual/manual test for checkbox/radio button kbd behaviorPatrick H. Lauke1-0/+5
2015-12-22Add visual test for #18365Chris Rebert1-0/+43
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-11-19Remove stray </p> from js/tests/visual/scrollspy.htmlChris Rebert1-1/+0
[skip sauce]
2015-10-26Remove html5shiv and respond.js from test files.XhmikosR10-73/+0
2015-10-11Use Page Visibility API in Carousel; fixes #17706Johann-S1-1/+9
Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566
2015-08-21Docs: Update all dropdowns to new HTML structureHeinrich Fenkart1-4/+4
2015-08-18rewrite tab with new active shitJacob Thornton1-18/+18
2015-08-18some minor alert shitJacob Thornton1-17/+16
2015-08-18fix modal visual example for jsJacob Thornton1-27/+30
2015-08-18fix dropdown js visual exampleJacob Thornton1-58/+62
2015-08-18use proxy not bind in alertJacob Thornton1-317/+0
2015-06-18Merge branch 'master' into v4Mark Otto4-37/+364
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke3-57/+57
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
2015-05-12update attachment -> placementfat1-4/+4
2015-05-12popover passing as wellfat1-4/+6
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-8/+9
2015-05-11tab es6fat1-19/+19
2015-05-11scrollspy es6fat1-18/+9
2015-05-10add getters for Version and Default where applicablefat3-632/+12
add modal my gawd
2015-05-10add dropdownfat1-27/+21
2015-05-09add collapsefat1-2/+2
2015-05-07carousel -> es6fat1-5/+5
2015-05-07button -> es6fat1-6/+2
2015-05-07es6 alert :|fat1-2/+2
2015-05-06remove closureness from pluginsfat12-16/+788
2015-05-02Fix issue where affixed element has incorrect positioningCarlo Stearns1-0/+317
when used with a sticky footer layout. Adds visual test for affix with sticky footer. Closes #15694. Refs #15032.
2015-03-29Merge branch 'master' into v4Mark Otto1-3/+3
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-03-25rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert1-1/+1
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert2-5/+5
add role="button" to a[data-toggle="collapse"]
2015-03-07add togglable scrollbar-inducing content to Modal visual testChris Rebert1-0/+18
2015-03-07add static navbar to Modal visual testChris Rebert1-0/+23
2015-03-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert2-5/+5
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart1-2/+36
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
2015-02-11bootstrap onto closurefat11-313/+10
2014-12-17rename .item => .carousel-itemChris Rebert1-3/+3
2014-12-15Remove IE8 compat shims from JS visual testsChris Rebert11-77/+0
2014-11-05Update head of all visual tests to use our basic templateHeinrich Fenkart11-13/+126
2014-10-07Change Twitter links to use `https`.XhmikosR1-20/+20
2014-10-03Add missing collapse JS files to dropdown visual testMaarten Van Hoof1-0/+1
Closes #14726.
2014-07-18Add a bottom affixed element to affix visual tests.Charles B Johnson1-5/+63
2014-07-06Merge pull request #14021 from ↵Mark Otto2-2/+2
CFXd/add_collapsed_default_class_to_navbar_collapse_button Add collapsed default class to navbar-toggle