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
Attachments (2)
Change History (7)
Changed 17 years ago by
Attachment: | FCKEditor_IE7Bug_beforeedit.png added |
---|
Changed 17 years ago by
Attachment: | FCKEditor_IE7Bug_afteredit.png added |
---|
Screenshot after editing text
comment:1 Changed 17 years ago by
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
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 follow-up: 4 Changed 17 years ago by
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 Changed 17 years ago by
(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
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No problem.
Hope you will enjoy working with FCKeditor.
Best regards.
Screenshot before editing text