Opened 15 years ago
Closed 15 years ago
#4743 closed Bug (fixed)
Dialog plugin contains a call to console.log
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | UI : Dialogs | Version: | 3.0.1 |
Keywords: | HasPatch Confirmed | Cc: |
Description
The dialog plugin currently logs to the console if a dialog cannot be loaded.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | dialog-console.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | HasPatch Confirmed added |
---|---|
Milestone: | → CKEditor 3.1 |
Priority: | Low → Normal |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The definition existence has already been checked at L2721 of dialog plugin.js, it's safe to simply remove that line.
Fixed with [4616].