mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12539] Prevent cursor repositioning
PHPBB3-12539
This commit is contained in:
@@ -793,6 +793,9 @@ phpbb.search.navigateResults = function($input, $container, $resultContainer) {
|
||||
|
||||
$active.removeClass('active');
|
||||
}
|
||||
|
||||
// Do not change cursor position in the input element
|
||||
event.preventDefault();
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user