Opened 10 years ago
Closed 10 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.
Thanks!
Steve
Change History (2)
comment:1 Changed 10 years ago by
Keywords: | image upload notification removed |
---|---|
Status: | new → pending |
Version: | 4.4.6 |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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
Message is returned when error occurs but even then it is displayed in an alert box.
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.