Ticket #1680 (new Bug)
Editor unusable when wrapped in an invisible div having a fixed width
| Reported by: | wimpie3 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5 |
| Keywords: | Confirmed | Cc: |
Description
Internet Explorer pops up an error window with the following message: Could not complete the operation due to error 800a025e
The error is due to the line mText1.Value = "". When I replace this line with mText1.Value = "blahblah" it works..
This is the code I've used. Worked fine in previous versions of FCKeditor.
<div style="WIDTH:715;display:none;">
<script type="text/javascript" src="/CFIDE/scripts/FCKeditor/fckeditor.js"> </script> <script type="text/javascript">
var mText1 = new FCKeditor('mText1') ; mText1.BasePath = "/CFIDE/scripts/FCKeditor/" ; mText1.Value = ""; mText1.Create(); </script>
</div>
Change History
Note: See
TracTickets for help on using
tickets.