bwu-dart / bwu_datagrid

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

Column Headers are ~8px wider in FF/Safari #141

Closed tonosama-atlacatl closed 8 years ago

tonosama-atlacatl commented 8 years ago

I'm not sure if this is a duplicate ticket/issue. But, in FF/Safari the column headers seem to be wider than Chrome/Chromium. Removing the checkbox column has no effect.

Column headers in Chrome/Chromium: screen shot 2016-06-01 at 10 55 43 am Notice how the column's header width matches the column content...

Column headers in FF/Safari: screen shot 2016-06-01 at 10 56 20 am Notice how every column is at least 8px wider.

I found this 8px discrepancy while comparing all bwu-datagrid-header-column's style attribute. In there you'll see a "width: #px" that is 8px wider.

Testing enviroment: OSX 10.11.5 SDK: 1.15.0 Firefox: 46.0.1 Safari: 9.1.1 (11601.6.17) Chrome: 50.0.2661.102 (64-bit) web_components: ^0.12.0 polymer_elements: ^1.0.0-rc.8 browser: ^0.10.0 polymer: ^1.0.0-rc.16

zoechi commented 8 years ago

Thanks for reporting. I'll check it.

zoechi commented 8 years ago

Can't reproduce anymore after other changes I made recently (not yet published)