After following the INSTALL instructions, module still does not seem to work. Further, it seems to disable all other javascripts on the page. For instance, none of the other boxes on a new page can open.

Comments

gordon’s picture

This sounds like a JS error.

Can you please provide browser type and version, so that I can test this.

Chill35’s picture

Hi Gordon,

By the way, I love the way you have organized the different settings...

There's a missing *.info file in the Drupal 5 version of htmlarea. I created a htmlarea.info file in order for Drupal to recognize that the directory was present, getting my inspiration from another *.info file. I also downloaded the xinha editor and copied the extracted folder to the module directory. In the settings page for the module, it doesn't tell me that my libraries aren't there. My logs are not complaining either. Result : when I create or edit nodes or comments (as admin) I am not seeing any link to open up the editor... I disabled the tinyMCE module beforehand. Any idea ?

Tested in the following browsers :

Internet Explorer 7
Firefox 1.5.0.9
In Windows.

Here are the loaded javascript files...

In Firefox and IE 7 :

<script type="text/javascript" src="/drupal-5.0-beta2/misc/jquery.js"></script>
<script type="text/javascript" src="/drupal-5.0-beta2/misc/drupal.js"></script>
<script type="text/javascript" src="/drupal-5.0-beta2/misc/progress.js"></script>
<script type="text/javascript" src="/drupal-5.0-beta2/misc/upload.js"></script>
<script type="text/javascript" src="/drupal-5.0-beta2/misc/autocomplete.js"></script>
<script type="text/javascript" src="/drupal-5.0-beta2/misc/collapse.js"></script>
<script type="text/javascript" src="/drupal-5.0-beta2/misc/textarea.js"></script>

(I am using Drupal 5 RC... not beta2, despite the name of the folder...)

Here is the branching out to the xinha folder...

.... /htmlarea/xinha/ ....

Renamed to xinha from xinha-nightly... with both names no error on the settings page or the logs.

gordon’s picture

Status: Active » Fixed

I have resolved this issue, see http://drupal.org/node/107978 for more information.

Anonymous’s picture

Status: Fixed » Closed (fixed)