bwu-dart / bwu_datagrid

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

the examples look awful in Firefox #44

Closed zoechi closed 10 years ago

zoechi commented 10 years ago

http://www.polymer-project.org/docs/polymer/styling.html#sdcss Shimming versions of selectors are necessary for styles outside of elements using ::shadow or /deep/

see also https://groups.google.com/a/dartlang.org/forum/#!topic/bugs/pPqxItyjR4c

For example your top level stylesheet should look like this: 

<link rel="stylesheet" href="outside_shadow_dom_styling.css" shim-shadowdom> 

Instead of this: 

<link rel="stylesheet" href="outside_shadow_dom_styling.css"> 
zoechi commented 10 years ago

This has improved a lot. Looks quite similar to Chrome. I'll close this in favor of specific issues I create when I find problems in Firefox.