It not just the Enable TinyMCE Visual Tab plug, even if you enable TinyMCE in BBpress on your Function.php with
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' );
You still can’t quote.