When I try to use your editor in IE7 I get internet explorer can not open the internet site http://www.thewebgeeks.com/drupal/node/add/page Operation aborted.

Work great in FF any clues on this? Attached is a jpg of the error....

CommentFileSizeAuthor
whizzywig.jpg29.13 KBtsavino

Comments

sdecabooter’s picture

Assigned: Unassigned » sdecabooter

This seems to be an issue in Internet Explorer.
A similar problem occured for FCKeditor. It seems the JS code needs to be put at the bottom of the page to solve this issue.

Links about this (mainly as a reference for myself):
http://drupal.org/node/125650
http://drupal.org/node/103965

I'll try to come up with a solution when i find some time.

sdecabooter’s picture

Status: Active » Closed (won't fix)

Hi,

I did some more investigation, and the proposed solution for this issue is to add the javascript call to enable the editor (function makeWhizzywig() in this case) at the bottom of the HTML, so in the footer for example.

However the problem with this is that the Whizzywig editor is displayed where the call to makeWhizzywig() is made. This means that the editor is shown in the footer instead of where it should be (in the content area).

There are other Whizzywig users which encountered the same problem (http://www.unverse.net/whizzywig-forum/0706121713/), but as this is the way the Whizzywig editor JavaScript is currently built, there's not a lot that can be done about it, except for trying to convince the creator of Whizzywig to make the initialization call independent of the place where it is called.

I'm sorry that i cannot fix this issue, but this is definitely related to the editor itself, not to the implementing Drupal module.

tsavino’s picture

Thanks for the help.