Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gridstack.js does not work in IE 8 #76

Closed
weinhorn opened this issue Feb 24, 2015 · 13 comments
Closed

Gridstack.js does not work in IE 8 #76

weinhorn opened this issue Feb 24, 2015 · 13 comments

Comments

@weinhorn
Copy link

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.

@troolee troolee modified the milestone: v0.2.3 Feb 27, 2015
@troolee
Copy link
Member

troolee commented Mar 2, 2015

Hi, Please check a note about IE8 support https://github.com/troolee/gridstack.js#ie8-support

@troolee troolee closed this as completed Mar 2, 2015
@dushyant
Copy link

Has anyone got it working in IE8? I really need some workaround for IE8.

@troolee
Copy link
Member

troolee commented Jun 22, 2015

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?

@dushyant
Copy link

I understand that. I just need some suggestions that I can try myself and
see if that works for me. Let me check with previous version of jQuery UI.

Thank you
Dushyant Patel

On Sun, Jun 21, 2015 at 11:06 PM, Pavel Reznikov notifications@github.com
wrote:

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 as well... Maybe you
can try to use previous version of jQuery UI?


Reply to this email directly or view it on GitHub
#76 (comment)
.

Thanks,

Dushyant Patel

@troolee
Copy link
Member

troolee commented Jun 22, 2015

First of all insure that jQuery UI components are working properly...

@dushyant
Copy link

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.

@dushyant
Copy link

jQuery UI 1.11.x supports the following browsers:

Chrome: (Current - 1) or Current
Firefox: (Current - 1) or Current
Safari: 5.1+
Opera: 12.1x, (Current - 1) or Current
IE 8+

Still resizable is not working in IE8. But Drag-n-Drop is working fine.

@troolee
Copy link
Member

troolee commented Jun 22, 2015

Does jQuery resizable demo (not gristack) work in IE8?

@dushyant
Copy link

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.

@troolee
Copy link
Member

troolee commented Jun 23, 2015

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...

@troolee
Copy link
Member

troolee commented Jun 25, 2015

Please check the latest development version. I've fixed potential bug with IE.

@dushyant
Copy link

Which bug have been fixed?

@troolee
Copy link
Member

troolee commented Jun 25, 2015

There was a variable called float which is also reserved word. It could cause a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants