Opened 10 years ago
Closed 10 years ago
#12112 closed Bug (fixed)
[Nested widgets] Widget command should be enabled inside nested widget (if content rules are fulfilled)
Reported by: | Piotr Jasiun | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | UI : Widgets | Version: | 4.3 Beta |
Keywords: | Cc: |
Description (last modified by )
Part of: #10931.
- Create an editor with both
image2
andplaceholder
widget:
CKEDITOR.replace( 'editor1', {
extraPlugins: 'image2,placeholder',
} );
- Put
placeholder
into image caption:<figure class="image"><img alt="" height="90" src="assets/image2.jpg" width="100" /> <figcaption>Some text with a [[placeholder]].</figcaption> </figure>
Result: I can have placeholder
in the image2 caption if I create it in the source mode or paste it there, but I can not create a placeholder there using toolbar, the button is disabled.
Tested in Opera.
Change History (7)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Keywords: | nested widget removed |
---|---|
Status: | new → confirmed |
Summary: | Can not create placeholder in the image caption. → [Nested widgets] Can not create placeholder in the image caption. |
comment:3 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → CKEditor 4.5.0 |
comment:4 Changed 10 years ago by
Summary: | [Nested widgets] Can not create placeholder in the image caption. → [Nested widgets] Widget command should be enabled inside nested widget (if content rules are fulfilled) |
---|---|
Version: | → 4.3 Beta |
comment:5 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → review |
comment:6 Changed 10 years ago by
Status: | review → review_passed |
---|
Seems alright. We'll catch more bugs during tests, if any.
comment:7 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on major with git:34467c6.
Pushed branch:t/12112.