Noel Peden
Noel Peden
It looks like I'll need to change the event code to support older browsers. IE11 doesn't like CustomEvent().
This works now on IE9 - IE11.
Thanks. I'll check into this too.
@comtronix I'm sure you've moved on, but I've not been able to reproduce this. What browser / os were you using?
That sounds like a bug. I'll look at it when I can.
@Anni619 Thanks for letting me know the full version is ok. I have not had time to do anything, but I will.
@comtronix @Anni619 I've not been able to reproduce this. But I have recompiled the uncompressed and compressed with Coffeescript 1.10.0. If you are still inclined, please test. Either way, let...
In short, you are instantiating FilmRoll more than once. So the markup is being generated twice. Right now FilmRoll does not detect if it has been instantiated already, which it...
Did you have any luck with this?
@andreorvalho In the meantime you can use the fork: ``` ruby gem 'acts_as_axlsx', git: 'git://github.com/straydogstudio/acts_as_xlsx.git' ``` @randym seems busy elsewhere. Not sure when or if he will respond.