Until an update revolve that issue, here is a javascript solution to replace Html5 Bubble.
Just add
function replaceValidationUI( form ) {
// Suppress the default bubbles
form.addEventListener( "invalid", function( event ) {
event.preventDefault();
}, true );
// Support...