Opened 13 years ago
Last modified 13 years ago
#9992 closed Task
Styles combo integration with allowed content filter — at Version 3
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | Core : Styles | Version: | |
Keywords: | Drupal | Cc: | wim.leers@… |
Description (last modified by )
This issue is extracted from #9829.
Due to asynchronous nature of styles.js
loading it's now impossible to integrate it with filter. This has to be done before data are set in editor, because otherwise all styles allowed by stylescombo
are filtered out.
Possible solutions:
- Force loading
styles.js
together with plugins files. - Merge it with
config.js
- is there a reason to keep it separately?
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Type: | Bug → Task |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
Related ticket: #9255.