Merge "Actually fix bug 47793 for Opera for real this time"

This commit is contained in:
jenkins-bot 2013-08-07 03:12:55 +00:00 committed by Gerrit Code Review
commit 3904915b7a

View file

@ -60,7 +60,7 @@ ve.ce.Surface = function VeCeSurface( model, surface, options ) {
$documentNode.on( 'focus', 'a', function () {
// Opera triggers 'blur' on document node before any link is
// focused and we don't want that
$documentNode[0].focus();
$documentNode.focus();
} );
this.$.on( {