Posted by danreb on November 12, 2009 at 9:29am
Jump to:
| Project: | Whizzywig - A complete WYSIWYG Editor |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
This was a very good module and and the best editor for Drupal IMHO, but when I installed themes which insert Javascripts at the bottom, I mean before the closing body tag, this module don't work anymore, it also don't work and incompatible with Admin module for the same reason. I wish it will work with all those themes and be compatible with Admin module.
Comments
#1
Suscribing, I'd like to use it along with the admin module, this is the only wysiwyg editor I tolerate, I'd hate having to use another. please fix this
#2
If u mean admin module is http://drupal.org/project/admin_menu then Whizzywig compatible with this module. Make sure u use stable version of Administration Menu 6.x-1.5 rather then 6.x-3.0-alpha (not a stable version).
But if u mean admin module is http://drupal.org/project/admin then Admin 6.x-1.0-beta3 working fine with Whizzywig.
I need more info to re-produce your bug founding as shown below:
1. Make sure you use Admin 6.x-1.0-beta3 (or latest if any)
2. Show me the URL when you add/create node
IMPORTANT: Admin module 6.x-1.0-beta3 not compatible with PHP 5.3.1 in my test! See http://drupal.org/node/590944
#3
Yes I mean the Admin module (no admin-menu). I'm usign the 6.x-1.0-beta3 of admin module and the 6.x-1.3 version of whizzywig.
I configure it to appear on every textarea in node creation forms, and it doesn't appear if the theme Slate(the one that comes with admin module) is active.
I have as administation theme the Slate theme, and checked the option "Use administration theme for content editing" so this theme is used for node forms as well. So if I go to "node/add/somecontentype" I should see the editor, but I don't. If I don't use the Slate theme in these forms I do see the editor.
The frontend theme I'm usign is a Zen subtheme and I do see the editor when usign it.
Unfortunaly I can't give you a url because I'm working locally. I'm running xampp1.7.1 (installed it because 1.7.2 had php 5.3 and I know the admin module has issues with it), so I'm running php 5.2 now.
Hope that helps target the problem, thanks in advance, regards
#4
has anyone had chance to take a look at this? have you ever been able to reproduce the problem?
#5
I just confirmed that it doesn't work for themes that insert javascript before the closing body tag (like plainGrail). I have an implementation of http://drupal.org/project/plaingrail and Whyizzywig would not appear at all.
I switched themes back to Garland and it worked perfectly. Then I switched back to Plain Grail and moved the javascript to right after the $styles and the editor now works perfectly!
#6