Opened 11 years ago
Last modified 11 years ago
#10932 confirmed New Feature
Allow all (reasonable) elements as widgets' nested editables
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 Beta |
Keywords: | Cc: |
Description
Currently nested editables can be only initialized on elements included in the CKEDITO.dtd.$editable hash which includes those which should be "safe". However, it would be nice to increase number of allowed elements, especially with inline ones.
The workaround for now, if someone wants to try other elements, is to extend CKEDITOR.dtd.$editable object has early as possible.
Change History (3)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Also, when the widget is dragged, the inner span is lost :-/ I cannot figure out why. FWIW, I'm using these for inline commenting plugin I'm building Piotrek.
Agreed. Having spans as inline nested editables is necessary (so they don't create new blocks of content when moving them around).