mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Grid and nextmatch aoi now reset the input element focus once a row is clicked
This commit is contained in:
@ -45,6 +45,10 @@ function nextmatchRowAOI(_node, _selectMode)
|
||||
// Now append some action code to the node
|
||||
selectHandler = function(e) {
|
||||
|
||||
// Reset the focus so that keyboard navigation will work properly
|
||||
// after the element has been clicked
|
||||
egwUnfocus();
|
||||
|
||||
// Reset the prevent selection code (in order to allow wanted
|
||||
// selection of text)
|
||||
_node.onselectstart = null;
|
||||
|
Reference in New Issue
Block a user