Posted by Dustin Currie on October 13, 2008 at 9:00pm
| Project: | TinyMCE |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
TinyMCE prepends the base url on relative urls. This breaks some input filters. In my case, it breaks PathFilter.
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/relative_urls
I have created a patch that allows users to disable or enable this feature in the Admin menu.
With this patch, in admin/settings/tinymce/edit/[profile name], you now have a new option in Cleanup and Output to enable or disable TinyMCE converting relative URLs.
| Attachment | Size |
|---|---|
| tinymce.module.patch | 669 bytes |
| tinymce.admin_.inc_.patch | 962 bytes |