- 15 Sep, 2021 1 commit
-
-
XhmikosR authored
Use `assert.strictEqual`/`assert.true`/`assert.false`
-
- 10 Sep, 2020 1 commit
-
-
XhmikosR authored
-
- 12 May, 2020 1 commit
-
-
XhmikosR authored
-
- 07 May, 2020 1 commit
-
-
Johann-S authored
-
- 17 Apr, 2020 1 commit
-
-
XhmikosR authored
-
- 29 Apr, 2019 1 commit
-
-
Johann-S authored
-
- 22 May, 2018 1 commit
-
-
Johann-S authored
-
- 11 Jan, 2018 1 commit
-
-
XhmikosR authored
-
- 17 Sep, 2017 1 commit
-
-
Troy Morehouse authored
* fix(scrollspy): Handle nested navs when nav-link inside nav-item * [scrolspy] Find only child .nav-link's inside .nav-item * [scrollspyt] Add tests for nested navs with nav-link inside nav-item * fix troy-o's in test
-
- 22 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 27 May, 2017 1 commit
-
-
Geremia Taglialatela authored
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
-
- 02 Apr, 2017 1 commit
-
-
Pierre Vanduynslager authored
-
- 21 Mar, 2017 1 commit
-
-
Pierre Vanduynslager authored
-
- 28 Nov, 2016 1 commit
-
-
Rob Ruana authored
When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item.
-
- 24 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 28 Jun, 2016 2 commits
-
-
Dave Methvin authored
Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
-
Dave Methvin authored
Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190
-
- 27 Jun, 2016 1 commit
-
-
Chris Rebert authored
Closes #19906 [skip validator]
-
- 30 May, 2016 2 commits
-
-
Chris Rebert authored
* Use $.one() instead of $.on() since there are no $.off()s in the code. * Remove unnecessary namespacing of listeners for the `scroll` & `load` events. These are vanilla DOM events (not custom jQuery namespaced events) and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`). [skip validator]
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 02 Oct, 2015 1 commit
-
-
Johann-S authored
-
- 13 May, 2015 3 commits
- 10 Mar, 2015 1 commit
-
-
Maxim Andrukhovych authored
-
- 03 Mar, 2015 1 commit
-
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
- 01 Mar, 2015 1 commit
-
-
Caden Lovelace authored
When the first two elements in a scrollspy content block have a document offset of zero (i.e. they're hard against the top of the page), Scrollspy would switch between them on every scroll event. This could happen, for example, in a system of nested sections: ``` <section id="animals"> <section id="dogs"> Content </section> </section> ``` This ocurred because Scrollspy's check to see if it's at the end of the array of sections uses `!arr[index]`. This misses the case where `arr[index]` does exist and is zero. This commit explicitly checks the array bounds.
-
- 26 Feb, 2015 1 commit
-
-
Heinrich Fenkart authored
Refs #15893
-
- 24 Feb, 2015 2 commits
-
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
-
- 21 Jan, 2015 1 commit
-
-
Chris Rebert authored
[skip validator]
-
- 26 Oct, 2014 2 commits
-
-
Heinrich Fenkart authored
-
Tadeu Zagallo authored
Closes #13563 by merging it.
-
- 07 Oct, 2014 1 commit
-
-
Heinrich Fenkart authored
-
- 16 Aug, 2014 1 commit
-
-
Chris Rebert authored
-
- 07 Jul, 2014 1 commit
-
-
fat authored
-
- 06 Jul, 2014 4 commits
-
-
Mark Otto authored
-
Heinrich Fenkart authored
-
Heinrich Fenkart authored
-
Heinrich Fenkart authored
-