Opened 17 years ago

Closed 17 years ago

#1979 closed Bug (worksforme)

Textarea not editable in IE7

Reported by: staratnight Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Pending WorksForMe Cc:

Description

Hi there,

I installed a new version of FCKEditor (2.5.1) on my test server but I am not able to get it up and running. The behavior is strange, I will try to explane ist (see also attached files).

When I load PHP-Sample 1 the editor apears as intended. I can mark text inside the textarea and move the cursor. When I try to enter text the cursor disapears and the text style changes (see attached files). I am not able to perform any action on the textbox whether by entering text nor by using toolbar actions.

The error that is shown in IE7 is: Line: 73 Character: 502 Code: 0 Error Message: Objekt erforderlich (object required) URL: http://[...]/FCKEditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default

The error does not occur in FF. In IE6 the whole editor is blank (does not matter to me, it's an intranet system, I am able to control the IE-version).

I can reproduce the problem on any client using IE7, but it does not appear on http://www.fckeditor.net/demo (in version 2.6 Beta).

Thanks for your help!

Greetings, Torsten

Find this issue on GitHub

Change History (7)

Changed 17 years ago by staratnight

Screenshot before editing text

Changed 17 years ago by staratnight

Screenshot after editing text

comment:1 Changed 17 years ago by Wojciech Olchawa

Keywords: Pending WorksForMe added; IE7 removed

Hi!

This is probably a problem with your configuration. I've tested sample01.php both on IE6 and IE7 and everything worked fine.

comment:2 Changed 17 years ago by Wojciech Olchawa

Could please provide a sample code of you webpage or a link to it? Then it would be easier for us to track the bug.

Thanks

comment:3 Changed 17 years ago by staratnight

Hi,

thanks for the hint. I checked out the different configurations of my installation and the standard 2.5.1 installation. The configuaration value that break my installation was: :FCKConfig.ProtectedTags = 'html' ; Changing it to :FCKConfig.ProtectedTags = ; fixed the Problem greetings, Torsten

comment:4 in reply to:  3 Changed 17 years ago by staratnight

(better format...something went wrong on preview!?)

Hi,

thanks for the hint. I checked out the different configurations of my installation and the standard 2.5.1 installation. The configuaration value that break my installation was:

FCKConfig.ProtectedTags = 'html' ;

Changing it to

FCKConfig.ProtectedTags = '' ;

fixed the Problem

Thanks again and greetings,

Torsten

comment:5 Changed 17 years ago by Wojciech Olchawa

Resolution: worksforme
Status: newclosed

No problem.

Hope you will enjoy working with FCKeditor.

Best regards.

Find this issue on GitHub
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy