Opened 12 years ago
Closed 12 years ago
#10090 closed Bug (invalid)
disableAutoInline not working
Reported by: | giammin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.1 |
Keywords: | Cc: |
Description
to reproduce just download ckeditor and add in config.js
CKEDITOR.editorConfig = function( config ) { config.disableAutoInline = true; };
then open samples/inlineall.html