MDL-44992 Conditional availability tab focus bug
Tabbing through the eye icon triggered it to change. Corrected by making it work the same way as the delete icon (Enter key to change).
This commit is contained in:
Vendored
+1
-1
@@ -958,7 +958,7 @@ M.core_availability.EyeIcon = function(individual, shown) {
|
||||
M.core_availability.form.update();
|
||||
};
|
||||
hideButton.on('click', click, this);
|
||||
hideButton.on('keyup', click, this);
|
||||
hideButton.on('key', click, 'up:enter', this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -958,7 +958,7 @@ M.core_availability.EyeIcon = function(individual, shown) {
|
||||
M.core_availability.form.update();
|
||||
};
|
||||
hideButton.on('click', click, this);
|
||||
hideButton.on('keyup', click, this);
|
||||
hideButton.on('key', click, 'up:enter', this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Vendored
+1
-1
@@ -956,7 +956,7 @@ M.core_availability.EyeIcon = function(individual, shown) {
|
||||
M.core_availability.form.update();
|
||||
};
|
||||
hideButton.on('click', click, this);
|
||||
hideButton.on('keyup', click, this);
|
||||
hideButton.on('key', click, 'up:enter', this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user