Reputation: 752
First of all, let me show you the problem. image of error
The white box is the TinyMCE editor. Default it is readonly. When editing the editor shows it's controls and it gains focus. After coming out of editing mode, the editor somehow keeps its focus, showing in (1).
This wouldn't be so much a problem if it didn't lead to the following problem:
When the focus is there, the first button that gets pressed, does not trigger (any of (2)). If i first click the body of the screen, or a different button after the first one, this triggers.
I tried setting focus in the codebehind (C#), but this didn't make any difference. Another attempt I made, by adding jQuery to set focus to the first visible input, didn't remove the cursor in position (1) either.
I hope someone here knows the trick to get rid of this focus somehow :)
Upvotes: 1
Views: 844
Reputation: 50832
The solution to this problem is to use the latest stable version of tinymce.
Upvotes: 1