Closed (works as designed)
Project:
Htmlarea
Version:
4.4.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
5 May 2004 at 22:26 UTC
Updated:
2 Aug 2004 at 23:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
moshe weitzman commentedsorry - canot reproduce
Comment #2
mik commentedi also get same error on two drupal sites with three browsers MSIE 6 FIREFOX .9 OPERA 7.53
I TRIED 4.4.0 AND CVS VERSION NONE OF THEM WORK FOR ME!
here is a link you may login with drupal id
http://lubavich.it/node/add/story
Comment #3
(not verified) commentedany updates on this bug. I am also getting the same bug.
Comment #4
gunner commentedsame thing happens in CVS version. It's in htmlarea/plugins/css/css.js.
Comment #5
(not verified) commentedI get this two. I have tried updating my Java RTE and all.
As far as I can see it is a Java error that can't cope with the declaration of the combo boxes being null. I looked at in a debugger (but don't know java and couldn't fix), but the line of code seems to be a declaration of the combo boxes. I'd attach a screen shot but my computer died. If I ever get it working again I'll add it.
Comment #6
gordon commentedHello,
I have investigated this. the CSS plug-in does not work with drupal. This is becase you need to pass parameters to it. something like this
HTMLArea.loadPlugin("CSS", array(...));
ATM we are unable to pass the second parameter to the loadPlugin method so you are unable to set up the array of css settings so they can be inserted into your node.
I have been playing with a couple of ideas but I have not found a method that I really like. It might just end up being a text field to enter the parameter into.
BTW HTMLArea is not a Java program.