Opened 9 years ago
Last modified 9 years ago
#14740 closed Bug
IE source not consistent with sources from other browsers. — at Initial Version
Reported by: | Tade0 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
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