Button Tab Index Fix

This commit is contained in:
Mark Salsbery 2013-12-06 15:51:11 -08:00
parent a6a21d21ae
commit e070475172

View File

@ -186,6 +186,7 @@ $.Button = function( options ) {
this.element.style.cursor = "pointer";
this.element.style.display = "inline-block";
this.element.style.position = "relative";
this.element.tabIndex = "0";
this.element.title = this.tooltip;
/**