gabemarshall / Sidecar

0 stars 0 forks source link

Sidecar UI Display Issues in Chrome? #16

Closed gabemarshall closed 10 years ago

gabemarshall commented 10 years ago

I'm not sure when this started but I see this every time I load Sidecar in Chrome. If I slightly resize the window it displays properly. Anyone else experiencing this?

weird

trevanhetzel commented 10 years ago

I haven't noticed this, but I'll check it out in some varying browsers tomorrow.

trevanhetzel commented 10 years ago

Just kidding, I definitely do see it now that I pulled. That is totally strange...

It's only happening for me in Chrome too.

gabemarshall commented 10 years ago

This is driving me crazy...still trying to figure out what is causing it. Below are a couple of leads but nothing solid yet...

This bug should be fixed in Chrome by now....but looks similar https://stackoverflow.com/questions/8568673/is-there-a-bug-in-chromes-css-visibility-rendering

Could be the issue..but I don't see us using data binding in any classes... https://stackoverflow.com/questions/17846483/angularjs-view-rendering-issue

gabemarshall commented 10 years ago

The workaround mentioned here seems to fix it after all. https://stackoverflow.com/questions/8568673/is-there-a-bug-in-chromes-css-visibility-rendering

trevanhetzel commented 10 years ago

Ah, translateZ. Good catch man!

gabemarshall commented 10 years ago

Ha, thanks..I definitely don't understand the bug or why translateZ fixed it. If you do please enlighten me =)