You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put the caret at the beginning of the word with inline style (i.e. Bold).
Press a to start the composition.
Press a once again.
Current result
Character has been inserted twice.
GIF
Other information
OS: Windows 10, MacOS X
Browser: Chrome, Opera
Release: 1.0.0-alpha2
The text was updated successfully, but these errors were encountered:
Mgsy
changed the title
[Chrome][IME] Character inserts twice after typing in selected word with inline styling
[Chrome][IME] Character inserts twice after typing at the beginning of the word with inline styling
Jan 3, 2018
Tested on MacOS where it behaves similar (with some small differences). Safari (11.0.3 (11604.5.6.1.1)) works as described in the issue.
Chrome (64.0.3282.167)
First character doesn't start composition and then two characters are inserted after pressing a once:
Firefox (58.0.2 (64-bit))
First character is inserted starting a composition and then pressing a multiple times doesn't insert anything (however you can see IME panel is updated after each press). And after some more characters are inserted it shows whole inserted text:
f1ames
changed the title
[Chrome][IME] Character inserts twice after typing at the beginning of the word with inline styling
[IME] Character inserts twice after typing at the beginning of the word with inline styling
Feb 27, 2018
Fix: Renderer should avoid doing unnecessary DOM structure changes. Ensuring that the DOM gets updated less frequently fixes many issues with text composition. Closes #1417. Closes #1409. Closes #1349. Closes #1334. Closes #898. Closes ckeditor/ckeditor5-typing#129. Closes ckeditor/ckeditor5-typing#89. Closes #1427.
mlewand
transferred this issue from ckeditor/ckeditor5-typing
Oct 9, 2019
Steps to reproduce
Windows
Hiragana
.Bold
).OS X
Hiragana
.Bold
).Current result
Character has been inserted twice.
GIF
Other information
OS: Windows 10, MacOS X
Browser: Chrome, Opera
Release: 1.0.0-alpha2
The text was updated successfully, but these errors were encountered: