Skip to content

Commit

Permalink
Fix bug where getting HTML editor content could steal focus from othe…
Browse files Browse the repository at this point in the history
…r form controls (#5223)
  • Loading branch information
alecpl committed Apr 24, 2016
1 parent 7dad859 commit 7abfe41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CHANGELOG Roundcube Webmail

- Enigma: Added enigma_debug option
- Fix message list multi-select/deselect issue (#5219)
- Fix bug where getting HTML editor content could steal focus from other form controls (#5223)

RELEASE 1.2-rc
--------------
Expand Down
1 change: 0 additions & 1 deletion program/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ function rcube_text_editor(config, id)

// get selected text from tinymce editor
if (ed) {
ed.getWin().focus(); // correct focus in IE & Chrome
if (args.selection)
text = ed.selection.getContent({format: args.format});

Expand Down

0 comments on commit 7abfe41

Please sign in to comment.