Okay,
I did install a complete fresh wordpress with only bbpress. Then I added
function bbp_enable_visual_editor( $args = array() ) {
$args['tinymce'] = true;
return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
to the functions.php of “Twenty Fourteen”. And again, the same problem as described above. I have to click row one. If I click below it nothing happens.
But – I also found out, that it is a problem of “Chrome” only. Everything is working fine in Firefox and others. Here the cursor jumps to row one if I click into the text field.
So I guess it might not be a problem of bbpress… Not sure.
Any Ideas?
——–
Btw: As soon as I add links into this answer it disappears…