Nestable icon indicating copy to clipboard operation
Nestable copied to clipboard

Fixed for IE7 and IE8

Open jasonruesch opened this issue 11 years ago • 6 comments

I made some changes if the browser is IE8 or below to handle correctly attaching the mouse events and identifying the correct mouse button clicked.

This is regarding issue #12.

jasonruesch avatar May 23 '13 18:05 jasonruesch

Thank you very much, you saved me a bunch of time! Works like a charm on IE8.

kiezasrac avatar Jun 10 '13 21:06 kiezasrac

I'm glad it was helpful for someone else other than myself. :)

On Jun 10, 2013, at 3:50 PM, kiezasrac [email protected] wrote:

Thank you very much, you saved me a bunch of time! Works like a charm on IE8.

— Reply to this email directly or view it on GitHub.

jasonruesch avatar Jun 10 '13 22:06 jasonruesch

Suggestion: I would drop the user agent browser detection... jQuery removed it for a reason. Attaching the events to $(document) should work on all browsers and jQuery normalizes event.which so that it's consistent across browsers (event.which === 1 // left-mouse click).

estmatic avatar Jun 26 '13 19:06 estmatic

I am not able to get this to work in IE 8 on Windows 7. I really like this plugin! But I cannot get the demo page to work in IE 8.

andrewdisney avatar Sep 10 '13 14:09 andrewdisney

Thanks for sharing!

iladarsda avatar Nov 08 '13 16:11 iladarsda

I am also not able to get this to work in IE 8 on Windows 7. Please can anyone help? I am having this bug:

Error message: Object doesn't support this property or method Sortable.js, line 96 character 9 --CODE--
// Define events _customEvents.forEach(function (name) { options[name] = _bind(this, options[name] || noop); _on(el, name.substr(2).toLowerCase(), options[name]); });

Thanks

pealife avatar Apr 07 '15 15:04 pealife