aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20tests/visual/modal.html: fix close button placement.XhmikosR1-3/+3
2019-02-20remove polyfills which override browsers defaultJohann-S3-5/+5
2019-02-20rewrite toast plugin without jqueryJohann-S1-8/+23
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina1-2/+1
2019-02-20chore(update): bump to 4.1.3Johann-S9-9/+9
2019-02-20fix(visual-test): remove jquery in themJohann-S11-54/+100
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S1-0/+1
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina1-0/+3
2019-02-20rewritten tab without jqueryAlessandro Chitolina1-0/+3
2019-02-20Dropdown without jQueryJohann-S1-0/+9
2019-02-20tooltip without jqueryAlessandro Chitolina2-0/+5
2019-02-20Rewrite Collapse without jQueryJohann-S1-0/+2
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina1-0/+3
* Trigger jquery events if available in event handler * Rewritten modal without jquery
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S1-0/+1
2019-02-20Rewrite carousel without jqueryJohann-S1-2/+6
2019-02-20button without jqueryXhmikosR1-0/+2
2019-02-20alert without jqueryJohann-S9-11/+11
2019-02-20Remove jQuery from Util.jsJohann-S9-0/+10
s
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke3-19/+19
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR11-11/+11
2018-12-21Prep for v4.2.0 releaseMark Otto11-11/+11
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR11-11/+11
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke11-11/+11
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S1-1/+21
2018-12-05fix regression about using element for tooltip container optionJohann-S1-2/+8
2018-11-20Remove holder.js.XhmikosR1-2/+2
2018-11-13Update toast documentation following pull #27155Laussel LOïc1-3/+0
Also remove close button everywhere just let it when autohide is set to false
2018-11-13Remove the show delay for our toast pluginJohann-S1-5/+1
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the ↵Laussel Loïc1-2/+8
component (#27155)
2018-11-13Fix toast documentation page.Johann-S1-1/+5
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+69
2018-10-20swipe left/right without hammerjsJohann-S1-1/+0
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-0/+1
2018-10-14js/tests/visual: fix popper script.XhmikosR5-5/+5
Broken after 787441d.
2018-10-14Fix invalid selectors in tests and examples.XhmikosR1-1/+1
2018-07-23fix(tests): visual plugins testsJohann-S10-24/+22
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