I'm using CKEditor 4 and focus event is not firing when clicking on area just near borders. Only when 10-20px inside of text editor.
I want to insert placeholders by clicking on them, so I'm tracking focus on CKEditor and other input. Because of this 'focus problem' placeholders are being inserted in the other input, however caret is blinking inside CKEditor.
How can I fix this issue?