Opened 10 years ago
Closed 10 years ago
#13750 closed Bug (invalid)
inlineAll bug
| Reported by: | devjser | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduce
I want set CKEDITOR.disableAutoInline = true to disable auto inline editor But all the div in html has attribut contenteditable=true replace inline editor
Because CKEDITOR.inlineAll function is add to domReady list, but at domReady the config.js maybe not loaded;
I hope everything is based on config.js loaded ,That should be the real we need.
Change History (1)
comment:1 Changed 10 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Version: | 4.5.3 |

CKEDITOR.disableAutoInline should be entered directly in the HTML page before any contenteditable element and not in config.js.