The WYSIWYG format is currently configured to use the "Convert line breaks into HTML" filter. However, this should be totally unnecessary because the WYSIWYG editor will already convert line breaks into HTML. And beyond that, this filter is notoriously buggy in certain edge cases. Since it's not helping us, we should save ourselves the trouble and disable it. :-)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panopoly_wysiwyg-no-autop-2473365-1.patch | 1.9 KB | dsnopek |
Comments
Comment #1
dsnopekAttached is a patch to implement!
EDIT: Here's a Travis build to test it: https://travis-ci.org/panopoly/panopoly/builds/59449385EDIT-2: That build didn't work because of a bug in our scripts/create_test_branch.py. Here is another build that should work: https://travis-ci.org/panopoly/panopoly/builds/59597940
Comment #3
dsnopekTests on Travis-CI passed! Committed.