You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a select and scrolling div in a widget, and they work fine in Chrome and Firefox. IE 11 doesn't seem to handle the mouse events properly.
When I avoid the msSetPointerCapture() call and use the else logic instead, it works fine in IE 11. Unfortunately I don't understand touches/mobile/pointers well enough to offer a real fix.