#11030 closed Bug (invalid)
Some plugins are not included in build.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKBuilder | Version: | 4.0 |
Keywords: | Cc: |
Description
I have just found one such plugin but there might be others.
- Go to http://ckeditor.com/builder
- Select full package and download it.
- Open build-config.js
Problem: Plugin iframedialog is not listed in build-config.js and it is not possible to call it with extraPlugins option although builder page pre-set states that it is included in the package.
Could it be that old not updated build-config.js is used to build packages?
Change History (4)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
The iframedialog plugin is not included and builder does not claim that it will be. It says that "Iframe Dialog" is enabled which is this one http://ckeditor.com/addon/iframe. http://ckeditor.com/addon/iframedialog this on the other hand is on the right list of "available plugins" and is called "Iframe Dialog Field". The names may be confusing, what's rather unavoidable, but descriptions tell clearly which is which.
comment:4 Changed 11 years ago by
Currently everything is ok but at the time of writing it wasn't. I was talking to Robert about this one. He has most likely fixed it but bug wasn't closed. Sorry for that.
It seems that iframedialog is mismatched with iframe on CKSource page.
Open below two pages: http://ckeditor.com/addon/iframe, http://ckeditor.com/addon/iframedialog and notice that Iframe Dialog has url /iframe while Iframe Dialog Filed has url /iframedialog. This should be the other way around.
If anyone wishes to use iframedialog plugin he should download or include in his build Iframe Dialog Filed.