Opened 16 years ago

Closed 15 years ago

#2587 closed Bug (fixed)

IE7 > (#2115) Permission denied to get property window.OnUploadCompleted

Reported by: David Watkins Owned by: Alfonso Martínez de Lizarrondo
Priority: Normal Milestone: FCKeditor 2.6.5
Component: Server : ASP.Net Version:
Keywords: Review+ Cc:

Description

I get the same problem on IE7 as described in ticket #2155.

FCKeditor.prototype.Version = '2.6.3' ; FCKeditor.prototype.VersionBuild = '19836' ;

All works within Firefox. Checked patch from #2115 and its applied to this version.

Attachments (1)

2587.patch (1.6 KB) - added by Alfonso Martínez de Lizarrondo 15 years ago.
Proposed patch

Download all attachments as: .zip

Change History (8)

comment:1 Changed 16 years ago by David Watkins

I get the same problem on IE7 as described in ticket #2115. NOT #2155 ! Typo, Sorry.

comment:2 Changed 16 years ago by Artur Formella

Keywords: Pending WorksForMe added

I was unable to confirm this bug. Could you give us more information?

comment:3 Changed 16 years ago by David Watkins

I'm using FCKEditor within "Yet Another Forum" (Yet Another Forum.net version 1.9.1.8 (NET v2.0))

I'm using FCKeditor.Net, which I've placed in the folder YAF wanted and set the configuration option to use the FCKEditor, which it does.

The only problem being the described message on IE7 when trying Insert/Edit Image > Upload > Browse > Send it to the server. After upload I get an error within IE7, I launch the debugger to be shown the following code causing the error to be raised:

window.parent.OnUploadCompleted(201,'/userfiles/Creek(1).jpg','Creek(1).jpg',)

Error: Permission Denied (Line:0)

Thanks & Sorry for the extended delay in my response. Dave Watkins.

comment:4 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : ASP.Net
Keywords: Review? added; Pending WorksForMe removed
Owner: set to Alfonso Martínez de Lizarrondo
Status: newassigned

It seems that no one created a ticket or patch for the #2115 issue to the asp.net code, this error popups eventually in the forums: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12112

Changed 15 years ago by Alfonso Martínez de Lizarrondo

Attachment: 2587.patch added

Proposed patch

comment:5 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Milestone: FCKeditor 2.6.5

comment:6 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

I don't have ASP.NET to test this patch (I'm working on a Mac), but the forum members has confirmed this patch as working. So Review+.

comment:7 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: assignedclosed

Fixed with [3887]

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