emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

List-View generates warnings #222

Closed pedrokiefer closed 9 years ago

pedrokiefer commented 9 years ago

Using list-view from pr-219-fix branch with ember 1.11, while accessing any view with a list I get the following warning:

"Binding style attributes may introduce cross-site scripting vulnerabilities; please ensure that values being bound are properly escaped. For more information, including how to disable this warning, see http://emberjs.com/deprecations/v1.x/#toc_warning-when-binding-style-attributes."

Changing list-view-mixin.js to return (style).htmlSafe() cleans one of the forty something warnings i'm getting.