aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
AgeCommit message (Collapse)AuthorFilesLines
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
2014-07-02Add collapsed default class to navbar-toggleMichael Silber2-2/+2
2014-06-25Add a few more cases to the visual test tab pageHeinrich Fenkart1-4/+105
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.