Remove help link from tab order

Fixed: https://trello.com/c/JbtD7aQP/33-tabing-between-dialog-on-forms-will-select-the-help-elements
This commit is contained in:
Chris Houseknecht
2014-08-26 10:37:20 -04:00
parent 6bccca2a9e
commit fa9c6b0171

View File

@@ -300,8 +300,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
html: true, html: true,
container: container container: container
}); });
} } else {
else {
$(element).popover({ $(element).popover({
placement: placement, placement: placement,
delay: 0, delay: 0,
@@ -312,6 +311,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
container: container container: container
}); });
} }
$(element).attr('tabindex',-1);
$(element).click(function() { $(element).click(function() {
var self = $(this); var self = $(this);
try { try {