foam-framework / foam

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

FOAM By Example CSS is broken (hiding ansers #545

Closed kgrgreer closed 8 years ago

kgrgreer commented 8 years ago

http://foam-framework.github.io/foam/foam/index.html?model=foam.flow.FOAMByExample

kgrgreer commented 8 years ago

Actually, I don't think it's a CSS issue. The content seems to be missing from the views.

jacksonic commented 8 years ago

Yes, the code isn't being loaded as a proper flow element, just a string. Looking into it...

jacksonic commented 8 years ago

The problem is from an overloading of what Property.type means in flow elements, which is incompatible with current type-as-property-model usage. I'll change flow elements to work with something other than 'type'