Opened 12 years ago
Closed 12 years ago
#10299 closed Bug (invalid)
span striped inside p element
Reported by: | Ollea | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | span, strip | Cc: |
Description
Go to source mode and type "<p><span>Test</span></p>" then go back to edit mode, the span is striped.
This also happens with the label element : "<p><label>Test</label></p>".
Thanks for your work
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Check this blog post http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
The id attribute is also stripped when I do : <p id="test">Test</p>