Opened 9 years ago
Closed 9 years ago
#13486 closed Bug (fixed)
Upload image should log an error, not throw an error when upload URL is not set
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.1 |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
It looks very bad in the basic sample when there's no editor.
Change History (6)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Milestone: | CKEditor 4.5.2 → CKEditor 4.5.1 |
---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
Additionally, this check makes no sense in the getUploadUrl method. It should be done later, in the plugin which needs this URL.