Confirmed. Same issue for us – Visual Editor broken in some areas.
excellent – that did the trick.
I could have sworn I tried
$post_parent->post_name;
i can easily retireve the title – but that is nearly worthless:
function get_parentSlug()
{
global $post;
$parentSlug = get_the_title($post->post_parent);
return $parentSlug;
}