mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8243388: Moving search result selection clears search input
Reviewed-by: prappo
This commit is contained in:
parent
98cbf4660c
commit
957eb270f0
1 changed files with 3 additions and 0 deletions
|
@ -310,6 +310,9 @@ $(function() {
|
|||
}
|
||||
},
|
||||
autoFocus: true,
|
||||
focus: function(event, ui) {
|
||||
return false;
|
||||
},
|
||||
position: {
|
||||
collision: "flip"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue