filamentgroup / tablesaw

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

Latest Chrome bug - chrome ver 44.0.2403.157 #142

Closed theinventor closed 7 years ago

theinventor commented 9 years ago

Half our team upgraded Chrome and happened to catch a strangeness..

The page works large and small, but going small to large makes a bunch of offset issues.

We narrowed it down to only happening when you upgrade to latest chrome (today)

Here is what we see: http://g.recordit.co/Fw7fHkwkL2.gif

(recording above, screenshot below)

image

(Note, we tried upgrading tablesaw to HEAD and same issue)

Anyone have any fix ideas??

mathmatomancer commented 9 years ago

This affects some of the demos too.

maxariss commented 9 years ago

Yea this is killin' me right now :grin:

robtree commented 9 years ago

Also seeing this unexpected behaviour on Chrome 45/Android 4.4.2 after rotating screen once or more.

zuDevonRW commented 9 years ago

I'm seeing it to on my project. Broken in Chrome 45. Works as expected in Firefox 41.

maxariss commented 9 years ago

Everyone: Turns out this is a bug with Chrome 45 - not table saw.

To fix: Remove all of the whitespace between your table cell's code (its ugly but seems to do the trick for now).

stuff more stuff

Needs to be ...

stuffmore stuff
zuDevonRW commented 9 years ago

Just tried it. Works like a charm. Weird.

maxariss commented 9 years ago

I know, right ?! I've just left a in my code, and I'll deal with it later haha.

¯(ツ)

zachleat commented 8 years ago

Super late response: Are y’all still seeing this issue?

zachleat commented 7 years ago

Please reopen if you need additional help.