Resets focus on last Maths element when closing popup windows.
This commit is contained in:
parent
7054f37677
commit
56deff3a7d
|
@ -181,6 +181,7 @@
|
|||
(this.id === 'MathJax_HelpClose' &&
|
||||
(event.keyCode === KEY.SPACE || event.keyCode === KEY.RETURN))) {
|
||||
HELP.Remove(event);
|
||||
MENU.CurrentNode().focus();
|
||||
FALSE(event);
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1049,6 +1049,7 @@
|
|||
(this.id === 'MathJax_AboutClose' &&
|
||||
(event.keyCode === KEY.SPACE || event.keyCode === KEY.RETURN))) {
|
||||
MENU.About.Remove(event);
|
||||
MENU.CurrentNode().focus();
|
||||
FALSE(event);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user