When using the Panopoly WYSIWYG feature, the alignment of images doesn't show up when viewing the content/node. The alignment is okay within the WYSIWYG.
I tracked this down to the WYSIWYG Filter (when it is disabled then the image alignment is preserved when viewing the node). I don't know if it is actually an issue with the WYSIWYG Filter module or the Media module or something else entirely.
I left a comment at the WYSIWYG Filter issue queue:
http://drupal.org/node/1415984#comment-6046156
Although this isn't really a Panopoly bug (as I was able to reproduce it outside of the Panopoly environment using the same WYSIWYG Filter settings), perhaps someone will be able to track down the issue and assign it to the correct project.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1602280-panopoly-wysiwyg-float-images.patch | 795 bytes | populist |
Comments
Comment #1
mrf commentedComment #2
populist commentedThe issue here is that the WYSIWYG filter module needs to have both the "style" attribute allowed for img tags and it needs to have the "float" property enabled in the list of checkboxes. Attached is a patch that makes this change to Panopoly WYSIWYG.
Comment #3.0
(not verified) commentedUpdated issue summary.