- 20 Feb, 2019 9 commits
-
-
Johann-S authored
-
Johann-S authored
-
Alessandro Chitolina authored
-
Alessandro Chitolina authored
* Trigger jquery events if available in event handler * Rewritten modal without jquery
-
Johann-S authored
-
Johann-S authored
-
XhmikosR authored
-
Johann-S authored
-
Johann-S authored
-
- 19 Feb, 2019 1 commit
-
-
Patrick H. Lauke authored
`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.
-
- 13 Feb, 2019 1 commit
-
-
Johann-S authored
-
- 06 Feb, 2019 3 commits
- 05 Feb, 2019 2 commits
-
-
Jason Golieb authored
-
Jason Golieb authored
-
- 20 Jan, 2019 1 commit
-
-
Shohei Yoshida authored
-
- 14 Jan, 2019 1 commit
-
-
Johann-S authored
-
- 04 Jan, 2019 1 commit
-
-
Johann-S authored
-
- 23 Dec, 2018 1 commit
-
-
Johann-S authored
-
- 10 Dec, 2018 1 commit
-
-
Mike Vastola authored
-
- 06 Dec, 2018 1 commit
-
-
Johann-S authored
-
- 05 Dec, 2018 3 commits
-
-
Patrick H. Lauke authored
Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden
-
Johann-S authored
-
Johann-S authored
-
- 25 Nov, 2018 1 commit
-
-
Johann-S authored
-
- 13 Nov, 2018 3 commits
-
-
Johann-S authored
-
Laussel Loïc authored
-
Johann-S authored
-
- 02 Nov, 2018 1 commit
-
-
Johann-S authored
-
- 30 Oct, 2018 4 commits
-
-
Johann-S authored
-
Andrew Luca authored
-
XhmikosR authored
-
Martijn Cuppens authored
-
- 29 Oct, 2018 2 commits
- 28 Oct, 2018 1 commit
-
-
Johann-S authored
-
- 21 Oct, 2018 1 commit
-
-
Andrew Luca authored
-
- 20 Oct, 2018 2 commits
-
-
Johann-S authored
-
patrickhlauke authored
Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically. While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox.
-