8000 - Fixing problems with labels in scrollOverflow elements #2634 · webdeveloper4testing/fullPage.js@02e80d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02e80d0

Browse files
committed
- Fixing problems with labels in scrollOverflow elements alvarotrigo#2634
1 parent f349a2c commit 02e80d0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

vendors/scrolloverflow.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*!
2+
* Customized version of iScroll.js 0.0.1
3+
* It fixes bugs affecting its integration with fullpage.js
4+
*/
15
/*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */
26
(function (window, document, Math) {
37
var rAF = window.requestAnimationFrame ||
@@ -308,7 +312,7 @@ function IScroll (el, options) {
308312
bounceEasing: '',
309313

310314
preventDefault: true,
311-
preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT)$/ },
315+
preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT|LABEL)$/ },
312316

313317
HWCompositing: true,
314318
useTransition: true,

vendors/scrolloverflow.min.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0