foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

Support auto-prefixing of CSS styles set on views #405

Open mdittmer opened 8 years ago

mdittmer commented 8 years ago

Code like this.$.style.transform = 'foo' should actually be this.$.style.transform = this.$.style.webkitTransform = 'foo'. We should implement something like this.setStyle('transform', 'foo', this.id) for this purpose. A temporary fix for existing code is checked in at 25decb0a26c8d533b81e80c2ed386f15025fedad.

bshepherdson commented 8 years ago

This should be nicely solved in U2.