pencilblue / pencilblue

Business class content management for Node.js (plugins, server cluster management, data-driven pages)
https://pencilblue.org
GNU General Public License v3.0
1.58k stars 288 forks source link

WYSWIG editor doesnt translate to html well. #1117

Closed benag closed 8 years ago

benag commented 8 years ago

Description: The WYSWIG editor created broken html source

Steps to Reproduce: type two random lines in articles editor

Configuration Details:

standart Log Output:

PencilBlue Version: latest Node.js Version: 4.4.7 Environment Description:

blakecallens commented 8 years ago

The wysiwyg is a contenteditible div, which means it conforms to the formatting of the way each browser renders contenteditable. For exact HTML, use the HTML editor view.