Ticket #1888 (closed Bug: invalid)
Error using ReplaceTextarea with IE7/Vista
| Reported by: | Florent | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5.1 |
| Keywords: | Pending WorksForMe | Cc: |
Description
Page fail to load with IE7/Vista, when an editor.ReplaceTextarea function is called. Works fine with IE6/7 running under XP, or others browsers/OS.
I tried html/sample02.html (latest stable and nightly build), and it also bugs with IE7/Vista.
Javascript editor hosted on a Ruby on Rails application.
Here is the only code used to create the editor :
var mc_editor = new FCKeditor('mc_desc', 700, 300, 'Basic');
mc_editor.ReplaceTextarea();
Change History
Note: See
TracTickets for help on using
tickets.