-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gridstack.js does not work in IE 8 #76
Comments
Hi, Please check a note about IE8 support https://github.com/troolee/gridstack.js#ie8-support |
Has anyone got it working in IE8? I really need some workaround for IE8. |
I don't think I can help you... I don't have an IE8 now, but as far as I remember jQuery UI resizable doesn't work under IE8 either... Maybe you can try to use previous version of jQuery UI? |
I understand that. I just need some suggestions that I can try myself and Thank you On Sun, Jun 21, 2015 at 11:06 PM, Pavel Reznikov notifications@github.com
Thanks, Dushyant Patel |
First of all insure that jQuery UI components are working properly... |
I am using CSS that Troolee has provided for IE8 support. Somehow it didn't work before, but now it is working in IE8 for me. |
jQuery UI 1.11.x supports the following browsers: Chrome: (Current - 1) or Current Still resizable is not working in IE8. But Drag-n-Drop is working fine. |
Does jQuery resizable demo (not gristack) work in IE8? |
Yes, jQuery UI - resizable (http://jqueryui.com/resizable/) is working fine in IE8. But not with Gridstack. I even don't see resize handler using Gridstack in my POC. |
You can play with handler styles (like make it red) and handlers setup (w, e, n, nw, ne, etc) and see what's going on with them... |
Please check the latest development version. I've fixed potential bug with IE. |
Which bug have been fixed? |
There was a variable called |
Hi Guys!
New problem. Gridstack.js does not work in IE 8. It is probably the WebKit hack in row 35 of the gridstack.js. This is important to me because I use this plugin in SharePoint 2010 and this runs in IE 8 mode.
The text was updated successfully, but these errors were encountered: