Up/Down Cursor in Firefox 7/8 screwed after using .focus()
Comments
2011-12-27 16:35:36
r.y.reitsma
It seems using .focus() messes up more than the usage of cursor keys. We've been having problems with resize handles on images, which do not appear anymore when tinymce calls .focus() on the body of the editor iframe.
2012-01-05 11:50:01
prolan
Same here. A severe consequence is that if you try to use the arrow keys without success and then press backspace, you will go back in browser history and may loos all your content if you have no mechanisms in place to prevent this.
Comments
r.y.reitsma
It seems using .focus() messes up more than the usage of cursor keys. We've been having problems with resize handles on images, which do not appear anymore when tinymce calls .focus() on the body of the editor iframe.
prolan
Same here. A severe consequence is that if you try to use the arrow keys without success and then press backspace, you will go back in browser history and may loos all your content if you have no mechanisms in place to prevent this.
Is there a workarround?