Opened 10 years ago
Last modified 8 years ago
#13043 confirmed Bug
Inline styles are not maintained in IE11 when using Korean.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE11 | Cc: |
Description
To reproduce:
Scenario 1
- Open replacebycode sample in IE11
- Set inline style like font-size 48px or marker class and type something.
- Set language to Korean and keyboard to Hanja Convert
- without moving cursor type something in Korean
Result: text is not styled.
Scenario 2
- Open replacebycode sample in IE11
- Set language to Korean and keyboard to Hanja Convert
- Set inline style like font-size 48px or marker class and type something in Korean.
Result: text is not styled.
Scenario 2
- Open replacebycode sample in IE11
- Set language to Korean and keyboard to Hanja Convert
- Type something in Korean
- Select text and style it with inline style like font-size 48px or marker class
- Move cursor to the end of line, press enter and type something in Korean
Result: text is not styled.
Problem can be reproduced from CKEditor 3.0 at least.
I have checked native contenteditable element and styles are continued to the second line or they don't get cancelled when you change input method.
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
#13896 was marked as duplicate.