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

Cant select form elements #42

Closed
chriz001 opened this issue Jun 5, 2012 · 1 comment
Closed

Cant select form elements #42

chriz001 opened this issue Jun 5, 2012 · 1 comment

Comments

@chriz001
Copy link

chriz001 commented Jun 5, 2012

Im not able to select form elements if touchbehavior is set to true.

Is this usual behavior?

thanks.

@inuyaksa
Copy link
Owner

inuyaksa commented Jun 6, 2012

Very interesting bug.
I write a fix, please try dev version:
http://jquery-nicescroll.googlecode.com/files/jquery.nicescroll.js.293DEV3.7z

inuyaksa added a commit that referenced this issue Jul 2, 2012
New features
- DOM chance detection for major browsers (IE, Firefox, Chrome, Opera)
- new object $.nicescroll (NiceScrollArray returned) for simpliest activities on nicescroll bars
- maintained scroll position on hidden divs when showed
- experimental compatibility for MSPointer events (IE10) and devices with mouse and touch inputs both enabled [googlecode request 3]
- experimental compatibility for Windows Phone 7.5 Mango (IEMobile 9)
- add railoffset to adjust offset of rail [googlecode request 6]

Changed features
- using requestAnimationFrame (crossbrowser implementation) for smoothest scrolling and cpu-saving code on moving events (mousemove, tochmove, mousewheel, momentum)
- automatic disable of all function on Windows Phone 7.0 with IEMobile 7 (no reliable events)

Fixes
- support for Blackberry and others touch devices [issue #41]
- touchbehavior:true, can't select form elements [issue #42]
- Chrome/Safari, orange border on focus (outline css rule) [issue #44]
@inuyaksa inuyaksa closed this as completed Aug 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants