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. :-)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek’s picture

Status: Active » Needs review
FileSize
1.9 KB

Attached is a patch to implement!

EDIT: Here's a Travis build to test it: https://travis-ci.org/panopoly/panopoly/builds/59449385

EDIT-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

  • dsnopek committed 40551ed on 7.x-1.x
    Update Panopoly WYSIWYG for Issue #2473365 by dsnopek: WYSIWYG format...
dsnopek’s picture

Status: Needs review » Fixed

Tests on Travis-CI passed! Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.