Typing accented letters (Spanish-ISO) fails in a link #888
Labels
package:engine
package:link
package:typing
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
lastest
master
📋 Steps to reproduce
' and then
a`✅ Expected result
You typed "á"
❎ Actual result
You typed "'a"
📃 Other details that might be useful
This worked in alpha.2. It stopped working due to the link highlight. It should work again after we switch from rendering link highlight as a span to rendering it is as a
<a>
element's class (which waits for ckeditor/ckeditor5-engine#1347 and is reported in https://github.com/ckeditor/ckeditor5-link/issues/180).The text was updated successfully, but these errors were encountered: