aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
AgeCommit message (Collapse)AuthorFilesLines
2018-06-01fix(collapse): xss in parent optionJohann-S1-0/+14
2018-06-01fix(tooltip): xss in container optionJohann-S1-20/+33
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu1-1/+1
2018-03-13Variable transition durations (#25662)Martijn Cuppens2-0/+44
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-2/+13
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S1-3/+15
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media1-0/+26
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error ↵patrickhlauke1-3/+0
suppression
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S1-0/+48
* Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR10-12/+11
2017-10-10Modal plugin set _isTransitioning after the trigger of hide eventJohann-S1-0/+22
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR10-10/+10
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-01js/tests/visual/tab.html: fix HTML validation errors. (#24183)XhmikosR1-4/+4
2017-09-26Normalize all links. (#24109)XhmikosR1-3/+3
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2017-08-25Fix XSS in data-targetJohann-S1-0/+4
2017-08-25Collapse - preventDefault only on <a> elements not inside the collapsibleJohann-S1-1/+1
element
2017-06-25update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-lightMark Otto1-1/+1
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto3-3/+3
examples and variables
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto2-6/+6
2017-06-04Update path to our docs assets for visual testsJohann-S9-14/+15
2017-05-27Update nav and navbar HTML markupGeremia Taglialatela1-1/+1
According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-24Placement auto for popoversJohann-S1-0/+4
2017-05-24Placement auto for tooltipsJohann-S1-0/+3
2017-05-22Better management of dropdown/dropup with alignmentJohann-S1-10/+28
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S1-11/+37
2017-05-14Fix dropdown in scrollspy visual test (add Popper.js)Johann-S1-0/+1
2017-05-14Better placement for Dropdown + Handle flip of Tooltip/PopoverJohann-S1-1/+1
2017-05-14Handle dropup for DropdownJohann-S1-0/+13
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S1-0/+18
2017-05-14Begin to use Popper for DropdownJohann-S1-0/+1
2017-05-14Fix arrow for tooltip and popoverJohann-S1-0/+3
2017-05-14Begin to add arrow to Popover and TooltipJohann-S1-1/+1
2017-05-14Use Popper for tooltip and popoverJohann-S2-2/+2
2017-04-21Arguably more professional pictures of Rick RossZach Leatherman1-3/+3
2017-04-11Remove inappropriate role="listbox" from carouselsPatrick H. Lauke1-1/+1
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵Pierre Vanduynslager2-43/+38
.nav-item, <li> etc...)
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager4-87/+2
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto2-2/+2
approach everywhere else
2017-03-23more docs updatesMark Otto1-2/+2
2017-03-23Accordion behavior with JQuery interface (#21726)Pierre Vanduynslager1-6/+6
Fix accordion behavior with JQuery interface
2017-03-18Allow to use Tab.js with list-group (#21756)Johann1-0/+35
* Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent
2017-01-18Fix missing closing tagPierre-Denis Vanduynslager1-1/+1
2017-01-11Remove incorrect aria-multiselectablePatrick H. Lauke2-2/+2
Closes https://github.com/twbs/bootstrap/issues/21635
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto1-1/+1
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto10-10/+0
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31Allow to use nav with tab JSJohann-S1-0/+33
2016-12-31nuke local test vendor jquery and tether, replace with docs assetsMark Otto10-13/+13
2016-12-31Update visual test carouselJohann-S1-4/+4
2016-12-30fix navbar in dropdown visual test fileMark Otto1-4/+7
2016-12-07Rename `.active` to `.show`Starsam803-5/+5