New issue 277 by webmasterkubes: Filters do not load
http://code.google.com/p/wolfcms/issues/detail?id=277
What steps will reproduce the problem?
1. Upload TinyMCE to the plugins folder
2. Go to a page and select Tinymce as your filter
3. Save the page
What is the expected output? What do you see instead?
I would exspect TinyMCE to load but it doesn't.
Instead all the tabs of the saved page are on one page as is seen here:
http://img267.imageshack.us/img267/8827/wolf1.png
The problems I've found with updating are also due to filters that
for some reason do not load after I enabled then in the admin.
So far only Textile and Markdown work, I got CKEditor to work by selecting
it as a filter and saving the page, it would not load before saving and
returning to the page.
There are no errors with DEBUG set to true.
What version of the product are you using? On what operating system?
Wolf CMS 0.7.0 final running PHP 5.2.4-2, MySQL 5.0.51a on Ubuntu 5.12
I should not its not a webbrowser problem.
The same behaviour occurs with IE8, Chrome and Firefox.
I should not its not a webbrowser problem.
The same behaviour occurs with IE8, Chrome and Firefox running a up to date
Windows XP installation.
The same results are found when using XAMPP for Windows.
Comment #3 on issue 277 by martijn....@gmail.com: Filters do not load
http://code.google.com/p/wolfcms/issues/detail?id=277
This is not a bug.
The filter system was changed in this release and third party
filters/plugins will need to be updated by their authors to make use of the
new system.
The TinyMCE plugin is authored by me (outside of the project) and I'll fix
it in the next 2-3 days. (depending on christmas ;) )
The broken tabs *are* a bug however... do the tabs appear broken when you
disable the TinyMCE plugin?
Yes the tabs also appear broken after disabling the TinyMCE plugin.
From the screenshot I saw, it looked like the jQuery javascript code that
creates the tabbing isn't working properly.
That could be, but it only affects pages that use a filter that is
unavailable.
What I did:
1. enabled TinyMCE (I know now it needs to be fixed)
2. choose TinyMCE as a filter for a page and save it
3. disable TinyMCE
Result is instant broken tabs.
It can be fixed by choosing a filter that does work and save it again.
After that the tabs are fine again.