[IE] font-family quotes get replaced with entities
Reported by: |
Tade0 |
Owned by: |
|
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
General
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Steps to reproduce
- Open http://tests.ckeditor.dev/tests/plugins/font/manual/quotedfont in IE.
- Switch to source mode.
Expected result
The second line of the source should read:
<p><span style="font-family:'Univers LT Std',sans-serif">This is styled part.</span></p>
Actual result
The second line of the source reads:
<p><span style="font-family:"Univers LT Std",sans-serif">This is styled part.</span></p>
Other details (browser, OS, CKEditor version, installed plugins)
IE11, IE10
Both forms work. The issue here is for them to be the same.
Change History (4)
Description: |
modified (diff)
|
Summary: |
IE source not consistent with sources from other browsers. →
[IE] font-family quotes get replaced with entities
|
Resolution: |
→ duplicate
|
Status: |
confirmed →
closed
|
Version: |
4.5.10 (GitHub - master)
|
This is in fact a duplicate of an old issue #7352.