Autocomplete loses navigation keybindings after switching source mode #3938
Labels
plugin:autocomplete
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
You can navigate through the completion panel using a keyboard.
Actual result
Keybindings are removed.
Other details
Probably standard issue with incorrect event listener on editable where we should use
attachListener
instead:ckeditor4/plugins/autocomplete/plugin.js
Lines 307 to 309 in 5ace43e
The text was updated successfully, but these errors were encountered: