Hi,
I've been chasing an iOS-specific issue for a while now, hopefully someone can help me out. The environment is CK4.4.5, with the divarea plugin
For whatever reason, I have a button bar that isn't part of the CKEditor that I use to toggle numbered lists. When my button is clicked, I call editor.execCommand("numberedlist").
So I tap into the editor to put the cursor on a line. Then I click my numberedList button. This works great the first time.
However, when I go back and tap another line and click my button, the action takes place on the first line I tapped. This happens forever until I move the cursor around with the arrow keys using an attached keyboard.
I can listen to the tap events and editor.getSelection().getRanges()[0].startContainer.$.textContent is always what i'm tapping on, but in the click listener I will always get the first selection.
Anyone have any ideas what is going on here? Again, this is iOS only. Android and desktop seems fine.
You should create a ticket on
You should create a ticket on the CKEditor dev site. Try to provide as many details as possible and a working sample so the team can properly test this. It has to be reproducible for it to be considered a bug.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!