filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Problems with Safari and stack #206

Closed 681consulting closed 8 years ago

681consulting commented 8 years ago

I can't get tablesaw stack mode working in Safari.

It's really weird because I've taken all possible script/css that could interfere with this and it's still not working.

Is anyone else having this problem with the current version 2.0.3 ?

First screenshot below shows the two screens side by side (left is safari, right is chrome). Second is both screens when tablesaw "stacks". See how Safari is still showing a single table of rows instead of showing a separate table for each row (visually, I know that literally).

screen shot 2016-06-15 at 5 21 33 pm screen shot 2016-06-15 at 5 21 54 pm

Would be grateful if anyone could confirm whether this is a bug or not and/or if you've seen it before how did you mitigate it???

Regards,

Tim

681consulting commented 8 years ago

Testing this out I found that it seemed to work ok with a part of the same file when declaring the doctype (it wasn't previously declaring this).

Is anyone able to confirm that this makes sense, i.e. without doctype declaration jQuery possibly wasn't working as it should have been?

Tried with latest version of jQuery as well as 1.11.3 (which is what currently is used on this page) and seemed to work ok ???

Tim