I downloaded the .3 beta and when I run it from IIS on
my local host (load the unmodified richedit.htm) - the
color picker does not function correctly. However, when
I run it from the demo provided at the site, then it does
function correctly. The color picker does work when I
load the colorpicker html file by itself. It doesn't work
inside the RichEdit.html for some reason...
More info:
I am loading the richedit.htm for a test and not making
any changes, most of it works except the color picker
and a few other things.
Browser Version:
Internet Explorer 6.0.2800 (SP1)
IIS under XP
Another problem:
There seems to be PATH referencing problems with the
control as well when you embed the control (using
OBJECT) into the web-page. It seems that you have to
fool with all the pathing to get it working.
Sometimes I also get the following javascript debugger
errors:
Unterminated String Constants on various lines...
Seems the "@variables" are the culpret
FOR INSTANCE... alt=@{Italic}
I'm not sure about this entirely.