Open mshenoy-zz opened 10 years ago
As long as Safari has an orange "Limited (Usable)" support for Templates on http://www.polymer-project.org/resources/compatibility.html, I'm afraid this bug will persist.
It's outlined in http://www.polymer-project.org/docs/polymer/databinding-compat.html, sadly the choice is either not use template tags inside table tags or not support Safari and IE11.
In this project it isn't even a choice; the code requires nested sibling template tags to support full customization of the tr rows.
I'll add that wontfix
might be inaccurate. It might be possible to create a stripped down version of the sortable-table
that doesn't require the complex nested templates that the full version does.
But from what I hear Safari should have full support for polymer in a future release.