woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.92k stars 1.69k forks source link

Fix 1676 Issue: Cannot pause animation via play/pause button in IE11 #1708

Open taeyoun opened 6 years ago

taeyoun commented 6 years ago

The reason: the event type available in the event handler equals MSPointerDown in IE10 and pointerdown in IE 11. This is not compatible with the way jQuery refers event handlers (as far as I debugged it, the problem happens here. ). The event handler is not resolved, and never gets called.

See https://coderwall.com/p/mfreca/ie-11-in-windows-8-1-pointer-events-changes