Changes between Initial Version and Version 3 of Ticket #11544
- Timestamp:
- Feb 24, 2014, 9:27:27 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11544
-
Property
Status
changed from
new
toconfirmed
-
Property
Summary
changed from
Wrong escaping in title tag, moving tags out of head with placeholders
toPlaceholders should not be upcasted in parents not accepting spans
-
Property
Version
changed from
4.3.2
to4.3
-
Property
Milestone
changed from
to
CKEditor 4.3.4
- Property Keywords placeholder source removed
-
Property
Status
changed from
-
Ticket #11544 – Description
initial v3 1 == New description == 2 3 1. Download and open [[attachment:11544.html]]. 4 2. Switch between modes. 5 3. See that there's a mess in `<title>` tag. 6 7 Important note: While working on this issue other scenarios like placeholder used in <textarea> or <video> should be checked. Perhaps more parent tags should be excluded. The rule may be that placeholder may only be created in if, according to DTD, text node's parent accepts span. 8 9 == Original description == 10 1 11 This is related to #11223 and [http://ckeditor.com/forums/Support/Ignoring-placeholders-protectedSource-not-working-in-title-element this forum post] 2 12