Font Style doesn't get applied correctly to styled header used together with form element #4141
Labels
browser:firefox
The issue can only be reproduced in the Firefox browser.
browser:ie11
The issue can only be reproduced in the Internet Explorer 11 browser.
plugin:font
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
support:2
An issue reported by a commercially licensed client.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Ctrl+A
to select all content and change the font name to Comic Sans MSExpected result
Text style in header gets changed to Comic Sans MS
Actual result
Text style in header doesn't get changed to Comic Sans MS.
To be more precise, with this particular HTML, whole
div
gets wrapped inspan
and you will only getselect
andh4
elements wrapped as expected if you switch to source mode and back or you get data from the editor usinggetData
method.Problem can be reproduced from CKEditor 4.0.0.
This doesn't happen when
h4
has nofont-family
styling or when select tag is not present.Other details
The text was updated successfully, but these errors were encountered: