Ticket #1572 (closed Bug: fixed)
CF: Height parameter for editor instance is not working
| Reported by: | reisma | Owned by: | wwalc |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | Server : ColdFusion | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
I recently upgraded FCKeditor from 2.1 to 2.5 in our ColdFusion application. Both in Firefox and MSIE the height of the edit area did not respond to the value set for height. I compared the HTML generated by the old installation and noticed that it used: style="width: 95%; height: 600px;" in the IFrame tag. while the 2.5 version generated HTML with width="95%" height="600px". I tried various variations using % or px or just a number but it didn't respond. I then changed the code in fckeditor.cfc to use the style attribute and now it is working again.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.