Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactored code for performance and memory utilization #604

Closed
wants to merge 1 commit into from

Conversation

dmadan86
Copy link

No description provided.

@dmadan86
Copy link
Author

dmadan86 commented Jun 2, 2016

I did few changes in the API, let me send the code in patches, so it would be easy to verify...

@inuyaksa
Copy link
Owner

inuyaksa commented Jun 3, 2017

Thanks for code optimization tips, I have include some of it on next rel 3.7.2

inuyaksa added a commit that referenced this pull request Jun 18, 2017
Fixes
- support for Apple magic mouse swipe back/forward aka Enable only
if needed #378
- wrapper don't works on relative selector aka same
classes not working #635
- horizontal scrollbar visibible but no need it
on responsive layout
- tabindex start counter fix
- setAnimationFrame
for IE8
- touch interaction with multiple scrollareas with IE/Edge on
Surface
- mousewheel not working in safari & click event trigger twice
in mobile #669
- false retriggering of scrollend event
- Not scrolling
on lastest Firefox with HTML5 inside iframe #322

New options
-
scrollbarid, you can set id assigned to scrollbar (default: false =
auto-assigned)

Changes
- some code optimizations inspired from #604 by
dmadan86 (thank you so much!)
- better content area size detection
-
remove support for Windows Phone 7 and 7.1 (mango)
- minimal support
change to IE8

New script iframe helper
Needed to fix, in some
situation, browsers bad implementation of iframe events. (#322)
@inuyaksa inuyaksa closed this Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants