trying to fix a problem when on an iOS device the keyboard breaks fixed elements.
When I click on the CKEditor text area, my goal is to set the style of a fixed element to a fixed one.
Not sure how to determine if CKEditor is focusing.
None of what I tried worked, here is the main thing:
http://jsfiddle.net/B4yGJ/180/
CKEDITOR.replace('editor1'); $('#editor1').focus(function() { alert('Focused'); });
source share