bwu-dart / bwu_datagrid

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

BwuColumnPicker doesn't work in FF/Safari #131

Open tonosama-atlacatl opened 8 years ago

tonosama-atlacatl commented 8 years ago

I get some console errors in FF/Safari while attempting to run the "Checkbox selection" example. These browsers don't seem to like the "BwuColumnPicker" as neither display the "right-click" menu. Safari Error: screen shot 2016-05-23 at 4 40 41 pm

FF Error: screen shot 2016-05-23 at 4 41 57 pm

OS: OS X El Capitan, Version 10.11.5 Safari: 9.1.1 (11601.6.17) FF: 46.0.1

zoechi commented 8 years ago

Thanks for reporting. There are several issues related to columns and Firefox (or Firefox in general). I am caught in other tasks since a while. Hope to be able to fix this eventually. What version are you using? Polymer 0.16 or RC 1.0.0-rc.x?

tonosama-atlacatl commented 8 years ago

I'm using polymer 1, version: 1.0.0-rc.16 bwu_datagrid: version: "0.1.0-dev.1", resolved-ref: d7bac6df8cb561fb928d79d5a057717b1e51ef8e

Thank you.

zoechi commented 8 years ago

I created a new issue #142 for the exception. I don't know if this is related to the column picker not working.