Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
The plugin puts a font-weight inline style attribute on the iframes that have class wysihtml5-sandbox. In the case of our app, it puts a "font-weight: 300" on there. The result is that on Firefox and IE, bold text does not appear as bold in the wysihtml5 editor. Removing font-weight from the TEXT_FORMATTING list appears to fix this.
The plugin puts a font-weight inline style attribute on the iframes that have class wysihtml5-sandbox. In the case of our app, it puts a "font-weight: 300" on there. The result is that on Firefox and IE, bold text does not appear as bold in the wysihtml5 editor. Removing font-weight from the TEXT_FORMATTING list appears to fix this.