Opened 9 years ago

Closed 9 years ago

#13311 closed Bug (invalid)

Image upload notification getting obscured.

Reported by: Steve James Owned by:
Priority: Normal Milestone:
Component: UI : Dialogs Version:
Keywords: Cc:

Description

Using CKEditor ver. 4.46...

One of my users reported an issue with a notification message being obscured in the image upload tab of the standard image dialog.

Please see the following support forum thread for details, especially the PDF attachment.

http://support.toastmastersclubs.org/5-support-requests/26341-text-overwriting-problem-after-file-upload-150521

Thanks!

Steve

Change History (2)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: image upload notification removed
Status: newpending
Version: 4.4.6

When file is uploaded through upload tab and ends up with success there is no message. The code returned to editor looks more or less like this

<script type="text/javascript">window.parent.CKEDITOR.tools.callFunction(1, '/CKFinder/userfiles/images/test.jpg', '');</script>

Message is returned when error occurs but even then it is displayed in an alert box.


  1. If you are using CKFinder with CKEditor you haven't configured it properly.
  2. If you are using custom file browser (which I assume is the case here) IMHO you haven't implemented correctly. Please see

http://docs.ckeditor.com/#!/guide/dev_file_browse_upload
http://docs.ckeditor.com/#!/guide/dev_file_browser_api
http://docs.ckeditor.com/#!/guide/dev_dialog_add_file_browser
http://docs.cksource.com/CKFinder_2.x/Server_Side_Integration/The_Commands/QuickUpload

Please review what code gets returned in response after you have uploaded the file. Please also review urls if you have used filebrowserUploadUrl option.

@SteveTheTechie I'm closing this issue as invalid but if you don't agree please provide details to reproduce this issue in standalone editor integrated with CKFinder or custom file browser. Please note however that if you are using custom file browser, I can't help you resolving implementation issues here. This is bug tracker site and questions should be asked on stackoverflow.com.

comment:2 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed
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