jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.7k stars 820 forks source link

Display Issue in Internet Explorer (11) #231

Closed sebastianraese closed 5 years ago

sebastianraese commented 5 years ago

Hey,

while doing my first steps with JExcel, I came across a strange display issue in IE. The library is working like a charm in Firefox but when loading the same page in IE, I get the following result:

samples

Is this a known issue? Did I forget to link or setup anything (after linking JQuery 3.1.1, I refferenced to 'jquery.jexel.js' and 'jquery.jexcel.css'?

Thanks for your support!

pphod commented 5 years ago

Remove the display:flex on the css and will be fine.

On Tue, Sep 25, 2018 at 7:26 PM blogathauptstadtbytes < notifications@github.com> wrote:

Hey,

while doing my first steps with JExcel, I came across a strange display issue in IE. The library is working like a charm in Firefox but when loading the same page in IE, I get the following result:

[image: samples] https://user-images.githubusercontent.com/40124201/46034243-77456f00-c100-11e8-8222-e81cec6ec671.png

Is this a known issue? Did I forget to link or setup anything (after linking JQuery 3.1.1, I refferenced to 'jquery.jexel.js' and 'jquery.jexcel.css'?

Thanks for your support!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/paulhodel/jexcel/issues/231, or mute the thread https://github.com/notifications/unsubscribe-auth/AFvagWx86DDm7va6-mwXFQbGBFbg8WMAks5uenU_gaJpZM4W5OVk .

sebastianraese commented 5 years ago

Cool, thanks! Works as expected.

pphod commented 5 years ago

The new version that will be released soon will have that fixed.