Posted by alexanderpas on September 11, 2009 at 1:29pm
Jump to:
| Project: | WYSIWYG Filter |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
It seems that wysiwyg_filter somehow stips out allowed html somehow.
Configuration
- Drupal 6.13 Default Installation.
- WYSIWYG Filter default settings.
- WYSIWYG Filter as a new input filter without any other filter.
When entering:
<p>Paragraph 1</p><p>Paragraph 2</p>it strips out all HTML.
See also attatched screenshot
| Attachment | Size |
|---|---|
| wysiwyg_filter-output.png | 16.51 KB |
Comments
#1
Oh, I see. Please, visit the configure tab of the input format and save as-is. This should populate the filter settings properly.
This is not critical, no security issue involved here. I'll work on a patch later.
#2
Fix committed to CVS. It will be available in the next development snapshot.
In addition to this fix, I have splitted the code into several includes to minimize memory consumption while the filter is not used.
http://drupal.org/cvs?commit=261960
#3
Automatically closed -- issue fixed for 2 weeks with no activity.