Opened 9 years ago
Closed 9 years ago
#13305 closed Bug (fixed)
[FF] Error thrown in various widget tests involving DnD
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
TypeError: editor.toolbox is undefined
It's thrown because the toolbar plugin isn't enabled.
Fixed on major with git:c59774c.
I decided to just check if the toolbox property exists (what means that the toolbar is loaded). Cases when someone doesn't use any toolbar are extremely rare.