-ms-overflow-style and MSPointerMove
-
Monday, January 28, 2013 11:35 AM
Hi,
I'm writing a drag and drop (emulated with start,move,end) web app on IE10 mobile and when I have elements with -ms-overflow-style: -ms-autohiding-scrollbar; the MSPointerMove is not firing. Even if I apply css rules to set it back to 'auto' the element is still scrollable.
Did someone experience the same and are there any work arounds for it? I've noticed that when I lift the finger and tap to move again, the event fires normally. But it is nothing that I can sell to users like that.
I suspect that once ms-autohiding-scrollbar is applied, it somehow stays internally flagged as such, regardless of changed css rules.
Everything works fine on IE10 desktop though, where I use mousedown, mousemove and mouseup instead.
Cheers,
Andreas
All Replies
-
Monday, January 28, 2013 1:23 PM
This is the TechNet Forum for questions regarding Internet Explorer 8, 9, 10 for the IT Pro Audience.
Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions.
For better assistance please ask for help in the MSDN IE Development Forums.
Thanks & Regards,Vincenzo Di Russo
Microsoft® MVP Windows Internet Explorer, Windows & Security Expert - since 2003.
Moderator in the Microsoft Community and TechNet Forums
My MVP Profile- Marked As Answer by Nicholas LiMicrosoft Contingent Staff, Moderator Friday, February 01, 2013 8:24 AM
-
Wednesday, January 30, 2013 1:31 PMOk thanks, it's easy to get lost on the ms pages :)
-
Wednesday, January 30, 2013 1:38 PM
Ok thanks, it's easy to get lost on the ms pages :)
You're welcome & Thanks for your feedback.
Good Luck,Vincenzo Di Russo
Microsoft® MVP Windows Internet Explorer, Windows & Security Expert - since 2003.
Moderator in the Microsoft Community and TechNet Forums
My MVP Profile

