bwu-dart / bwu_datagrid

A data-grid Polymer element in Dart
MIT License
74 stars 26 forks source link

FOUC prevention seems not to work on Chrome 34 #60

Closed zoechi closed 10 years ago

zoechi commented 10 years ago

@JamesHurford reported at https://plus.google.com/u/0/+G%C3%BCnterZ%C3%B6chbauer/posts/hWLqrPSUCUC that the Grid in the 04_model example is not show until he removes

app-element * :unresolved, app-element * [unresolved] {
 opacity: 0;
}

from the pages CSS

zoechi commented 10 years ago

I removed my custom FOUC prevention. I hope this solves the issue (I don't have Chrome 34 available to test)

zoechi commented 10 years ago

I guess this is not an issue anymore.