- 01 Nov, 2016 2 commits
-
-
Johann authored
-
Bardi Harborow authored
-
- 30 Oct, 2016 1 commit
-
-
Ilias authored
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
-
- 25 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 19 Oct, 2016 2 commits
- 11 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 03 Oct, 2016 1 commit
-
-
Bardi Harborow authored
-
- 05 Sep, 2016 1 commit
-
-
Mark Otto authored
-
- 04 Aug, 2016 1 commit
-
-
Max Beatty authored
-
- 27 Jul, 2016 1 commit
-
-
Mark Otto authored
-
- 05 Jun, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 04 Jun, 2016 1 commit
-
-
Chris Rebert authored
Refs #19908. [skip sauce] [skip validator]
-
- 31 May, 2016 3 commits
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
-
Chris Rebert authored
Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator]
-
- 18 May, 2016 1 commit
-
-
akai authored
[skip validator]
-
- 11 May, 2016 1 commit
-
-
Patrick H. Lauke authored
Fixes #19878
-
- 21 Apr, 2016 1 commit
-
-
Chris Rebert authored
[skip validator]
-
- 17 Feb, 2016 1 commit
-
-
Patrick H. Lauke authored
-
- 16 Feb, 2016 1 commit
-
-
Patrick H. Lauke authored
This allows for keyboard navigation (e.g. arrow keys left/right to trigger different radio buttons) following an initial mouse click interaction
-
- 26 Jan, 2016 1 commit
-
-
Chris Rebert authored
Fixes #19028 [skip sauce] [skip validator]
-
- 25 Dec, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 23 Dec, 2015 1 commit
-
-
Chris Rebert authored
Modal: Ignore spurious `focus` event that Firefox fires at `document` when switching back to its tab Fixes #18365 Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
-
- 09 Dec, 2015 1 commit
-
-
Chris Rebert authored
Errata from: * 8ce5da30 * 5d3144e8 which missed a few numbers. [skip sauce] [skip validator]
-
- 08 Dec, 2015 1 commit
-
-
Mark Otto authored
-
- 05 Dec, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 03 Dec, 2015 1 commit
-
-
XhmikosR authored
-
- 01 Dec, 2015 2 commits
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 15 Nov, 2015 2 commits
-
-
Jacob Thornton authored
-
Jacob Thornton authored
-
- 03 Nov, 2015 1 commit
-
-
Jon Tewksbury authored
-
- 11 Oct, 2015 1 commit
-
-
Johann-S authored
Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566
-
- 02 Oct, 2015 1 commit
-
-
Johann-S authored
-
- 16 Sep, 2015 1 commit
-
-
Johann-S authored
-
- 11 Sep, 2015 1 commit
-
-
Johann-S authored
-
- 03 Sep, 2015 1 commit
-
-
muzige2000 authored
We want to sum two numbers, not concatenate their stringifications. Closes #17457 by merging a tweaked version of it.
-
- 31 Aug, 2015 1 commit
-
-
Gleb Mazovetskiy authored
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
-
- 26 Aug, 2015 1 commit
-
-
Bernardo Gurgel Filho authored
-