Closed (won't fix)
Project:
Whizzywig - A complete WYSIWYG Editor
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Sep 2007 at 17:20 UTC
Updated:
1 Oct 2007 at 09:53 UTC
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....
| Comment | File | Size | Author |
|---|---|---|---|
| whizzywig.jpg | 29.13 KB | tsavino |
Comments
Comment #1
sdecabooter commentedThis 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.
Comment #2
sdecabooter commentedHi,
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.
Comment #3
tsavino commentedThanks for the help.