mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8243388: Moving search result selection clears search input
Reviewed-by: prappo
This commit is contained in:
parent
98cbf4660c
commit
957eb270f0
@ -310,6 +310,9 @@ $(function() {
|
||||
}
|
||||
},
|
||||
autoFocus: true,
|
||||
focus: function(event, ui) {
|
||||
return false;
|
||||
},
|
||||
position: {
|
||||
collision: "flip"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user